Class DocumentInfo
Inherited Members
Namespace: Volo.Docs.Documents
Assembly: Volo.Docs.Domain.dll
Syntax
public class DocumentInfo
Constructors
DocumentInfo()
Declaration
public DocumentInfo()
Properties
Format
Declaration
public string Format { get; set; }
Property Value
Type | Description |
---|---|
string |
LanguageCode
Declaration
public string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectId
Declaration
public Guid ProjectId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Version
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
string |