Class TestCustomAttachments
Class with dummy custom attachment methods for testing purposes.
Implements
Inherited Members
Namespace: Phoenix.Plugin.Aruba.Tests.Classes.Attachments
Assembly: Phoenix.Plugin.Aruba.Tests.dll
Syntax
public class TestCustomAttachments : CustomAttachmentBase, ICustomAttachments
Methods
View SourceGetCustomAttachment()
Dummy function to execute a hook and return the path to a custom attachment.
Declaration
public Task<string> GetCustomAttachment()
Returns
Type | Description |
---|---|
Task<string> | The path to the custom attachment file. |