Class DocumentWithDetailsDto
Inheritance
System.Object
DocumentWithDetailsDto
Assembly: Volo.Docs.Application.Contracts.dll
Syntax
public class DocumentWithDetailsDto : object
Properties
Content
Declaration
public virtual string Content { get; set; }
Property Value
Type |
Description |
System.String |
|
Contributors
Declaration
public List<DocumentContributorDto> Contributors { get; set; }
Property Value
CreationTime
Declaration
public virtual DateTime CreationTime { get; set; }
Property Value
Type |
Description |
DateTime |
|
EditLink
Declaration
public virtual string EditLink { get; set; }
Property Value
Type |
Description |
System.String |
|
FileName
Declaration
public virtual string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public virtual string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
LanguageCode
Declaration
public virtual string LanguageCode { get; set; }
Property Value
Type |
Description |
System.String |
|
LastCachedTime
Declaration
public virtual DateTime LastCachedTime { get; set; }
Property Value
Type |
Description |
DateTime |
|
LastUpdatedTime
Declaration
public virtual DateTime LastUpdatedTime { get; set; }
Property Value
Type |
Description |
DateTime |
|
LocalDirectory
Declaration
public virtual string LocalDirectory { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public virtual string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Project
Declaration
public ProjectDto Project { get; set; }
Property Value
RawRootUrl
Declaration
public virtual string RawRootUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
RootUrl
Declaration
public virtual string RootUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Version
Declaration
public virtual string Version { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods