Show / Hide Table of Contents

Class ZippedAttachment

Implementation of the IAttachmentType for 7z supported files. Uses ArubaAttachmentTypeBase.

Inheritance
object
ArubaAttachmentTypeBase
ZippedAttachment
Implements
IAttachmentType
IEquatable<IAttachmentType>
Inherited Members
ArubaAttachmentTypeBase.CaptureInterface
ArubaAttachmentTypeBase.EditorPath
ArubaAttachmentTypeBase.Parameters
ArubaAttachmentTypeBase.ShowOnlyInTemplateEditor
ArubaAttachmentTypeBase.TempDirectory
ArubaAttachmentTypeBase.CreateNewParameters()
ArubaAttachmentTypeBase.Equals(IAttachmentType)
ArubaAttachmentTypeBase.Equals(object)
ArubaAttachmentTypeBase.GetHashCode()
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class ZippedAttachment : ArubaAttachmentTypeBase, IAttachmentType, IEquatable<IAttachmentType>

Properties

View Source

FileFilter

Gets the file filter.

Declaration
public override string FileFilter { get; }
Property Value
Type Description
string
Overrides
ArubaAttachmentTypeBase.FileFilter
View Source

Name

Gets the name.

Declaration
public override string Name { get; }
Property Value
Type Description
string
Overrides
ArubaAttachmentTypeBase.Name
View Source

SupportedExtensions

Gets the supported attachment extensions.

Declaration
public override IEnumerable<string> SupportedExtensions { get; }
Property Value
Type Description
IEnumerable<string>
Overrides
ArubaAttachmentTypeBase.SupportedExtensions

Methods

View Source

CreateNew()

Creates a new zipped attachment.

Declaration
public override IAttachmentType CreateNew()
Returns
Type Description
IAttachmentType

The attachment.

Overrides
ArubaAttachmentTypeBase.CreateNew()

Implements

IAttachmentType
IEquatable<T>
  • View Source
In this article
Back to top Generated by DocFX