Class ScreenshotAttachment
Implementation of the IAttachmentType for images. Uses ArubaAttachmentTypeBase.
Inherited Members
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class ScreenshotAttachment : ArubaAttachmentTypeBase, IAttachmentType, IEquatable<IAttachmentType>
Properties
View SourceCaptureInterface
Gets the capture interface.
Declaration
public override Type CaptureInterface { get; }
Property Value
Type | Description |
---|---|
Type |
Overrides
View SourceEditorPath
Gets the editor path.
Declaration
public override string EditorPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
View SourceFileFilter
Gets the file filter.
Declaration
public override string FileFilter { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
View SourceName
Gets the name.
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
View SourceSupportedExtensions
Gets the supported attachment extensions.
Declaration
public override IEnumerable<string> SupportedExtensions { get; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
Overrides
View SourceTempDirectory
Gets the temp file directory.
Declaration
public override string TempDirectory { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
View SourceCreateNew()
Creates a new screenshot attachment.
Declaration
public override IAttachmentType CreateNew()
Returns
Type | Description |
---|---|
IAttachmentType | The attachment. |