Skip to main content
All docs
V26.1
  • FileSpecification Members

    The file specification that includes the target file name in a standard format and information for specific file systems.

    Constructors

    Name Description
    FileSpecification() Initializes a new instance of the FileSpecification class.

    Properties

    Name Description
    CreationDate Gets or sets the date and time when the file was created.
    Description Gets or sets the descriptive text associated with the file specification.
    FileData Gets or sets the data of the file specification represented as a byte array.
    FileName Gets or sets the file name.
    FileSystem Gets or sets the name of the file system that is used to interpret this file specification.
    Index Gets or sets the zero-based index associated with the file specification.
    MimeType Gets or sets the MIME type (content type) of the file.
    ModificationDate Gets or sets the date and time of the file’s last modification.
    Relationship Gets or sets the relationship between the document and the file.
    Size Gets or sets the size of the file attachment.

    Methods

    Name Description
    Clone() Creates a copy of the FileSpecification object.
    Clone(DocumentCloneContext) Creates a copy of the FileSpecification object.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also