Class MetadataScreenshotAttachment
Implementation of the IAttachmentType for images with metadata. Uses ArubaAttachmentTypeBase.
Inherited Members
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class MetadataScreenshotAttachment : ScreenshotAttachment, IAttachmentType, IEquatable<IAttachmentType>
Constructors
View SourceMetadataScreenshotAttachment()
Initializes a new instance of the MetadataScreenshotAttachment class.
Declaration
public MetadataScreenshotAttachment()
Fields
View SourceDefaultExtensionParameterName
The name of the default extension parameter.
Declaration
public const string DefaultExtensionParameterName = "Default Extension"
Field Value
Type | Description |
---|---|
string |
MetadataDestinationParameterName
The name of the metadata storage parameter.
Declaration
public const string MetadataDestinationParameterName = "Metadata Storage"
Field Value
Type | Description |
---|---|
string |
MetadataValueParameterName
The name of the metadata parameter.
Declaration
public const string MetadataValueParameterName = "Tokenized Metadata"
Field Value
Type | Description |
---|---|
string |
Properties
View SourceName
Gets the name.
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
View SourceShowOnlyInTemplateEditor
Gets a value indicating whether the AttachmentType should only be available in the template editor.
Declaration
public override bool ShowOnlyInTemplateEditor { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
Methods
View SourceCreateNew()
Creates a new screenshot attachment.
Declaration
public override IAttachmentType CreateNew()
Returns
Type | Description |
---|---|
IAttachmentType | The attachment. |
Overrides
View SourceCreateNewParameters()
Creates new collection of AttachmentParameterDefinition.
Declaration
public override IEnumerable<AttachmentParameterDefinition> CreateNewParameters()
Returns
Type | Description |
---|---|
IEnumerable<AttachmentParameterDefinition> | The attachment parameters collection. |