Search Results for

    Show / Hide Table of Contents

    Class DocumentVersion

    Inheritance
    System.Object
    DocumentVersion
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Document
    Assembly: Simplic.Document.dll
    Syntax
    public class DocumentVersion

    Properties

    | Improve this Doc View Source

    BlobGuid

    Gets or sets the BlobId of the document version

    Declaration
    public Guid BlobGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    BlobSize

    Gets or sets the blob size of the document version

    Declaration
    public long BlobSize { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    CreateDateTime

    Gets or sets the creation date and time of the document version

    Declaration
    public DateTime CreateDateTime { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    CreateUserName

    Gets or sets the username of the creator of the document version

    Declaration
    public string CreateUserName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DocumentGuid

    Gets or sets the document Id of the document

    Declaration
    public Guid DocumentGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    FileExtension

    Gets or sets the file extension of the document version

    Declaration
    public string FileExtension { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Guid

    Gets or sets the Id of the document version

    Declaration
    public Guid Guid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Ident

    Gets or sets the Ident of the document version

    Declaration
    public long Ident { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    IsDirty

    Gets or sets whether the version got edited

    Declaration
    public bool IsDirty { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsReleased

    Gets or sets whether the document version is released

    Declaration
    public bool IsReleased { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    VersionComment

    Gets or sets the version comment of the document version

    Declaration
    public string VersionComment { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    VersionNo

    Gets or sets the version number of the document version

    Declaration
    public int VersionNo { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx