Class TextFileAttachment
Implementation of the IAttachmentType for text files. Uses ArubaAttachmentTypeBase.
Inherited Members
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class TextFileAttachment : ArubaAttachmentTypeBase, IAttachmentType, IEquatable<IAttachmentType>
Properties
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
Methods
View SourceCreateNew()
Creates a new text file attachment.
Declaration
public override IAttachmentType CreateNew()
Returns
Type | Description |
---|---|
IAttachmentType | The attachment. |