Class ZippedAttachment
Implementation of the IAttachmentType for 7z supported files. Uses ArubaAttachmentTypeBase.
Inherited Members
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class ZippedAttachment : ArubaAttachmentTypeBase, IAttachmentType, IEquatable<IAttachmentType>
Properties
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 zipped attachment.
Declaration
public override IAttachmentType CreateNew()
Returns
Type | Description |
---|---|
IAttachmentType | The attachment. |