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 SourceBlobGuid
Gets or sets the BlobId of the document version
Declaration
public Guid BlobGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
BlobSize
Gets or sets the blob size of the document version
Declaration
public long BlobSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
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 |
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 |
DocumentGuid
Gets or sets the document Id of the document
Declaration
public Guid DocumentGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
FileExtension
Gets or sets the file extension of the document version
Declaration
public string FileExtension { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Guid
Gets or sets the Id of the document version
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Ident
Gets or sets the Ident of the document version
Declaration
public long Ident { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
IsDirty
Gets or sets whether the version got edited
Declaration
public bool IsDirty { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsReleased
Gets or sets whether the document version is released
Declaration
public bool IsReleased { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
VersionComment
Gets or sets the version comment of the document version
Declaration
public string VersionComment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VersionNo
Gets or sets the version number of the document version
Declaration
public int VersionNo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |