Show / Hide Table of Contents

Class TestCustomAttachments

Class with dummy custom attachment methods for testing purposes.

Inheritance
object
CustomAttachmentBase
TestCustomAttachments
Implements
ICustomAttachments
Inherited Members
CustomAttachmentBase.GetAllAttachmentMethodNames()
CustomAttachmentBase.GetAttachmentFunction(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Plugin.Aruba.Tests.Classes.Attachments
Assembly: Phoenix.Plugin.Aruba.Tests.dll
Syntax
public class TestCustomAttachments : CustomAttachmentBase, ICustomAttachments

Methods

View Source

GetCustomAttachment()

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.

Implements

ICustomAttachments
  • View Source
In this article
Back to top Generated by DocFX