Class DocumentEto
Assembly: Volo.Docs.Domain.Shared.dll
Syntax
Constructors
DocumentEto()
Declaration
Properties
Content
Declaration
public string Content { get; set; }
Property Value
CreationTime
Declaration
public DateTime CreationTime { get; set; }
Property Value
EditLink
Declaration
public string EditLink { get; set; }
Property Value
FileName
Declaration
public string FileName { get; set; }
Property Value
Declaration
public string Format { get; set; }
Property Value
Id
Declaration
public Guid Id { get; set; }
Property Value
LanguageCode
Declaration
public string LanguageCode { get; set; }
Property Value
LastCachedTime
Declaration
public DateTime LastCachedTime { get; set; }
Property Value
LastSignificantUpdateTime
Declaration
public DateTime? LastSignificantUpdateTime { get; set; }
Property Value
LastUpdatedTime
Declaration
public DateTime LastUpdatedTime { get; set; }
Property Value
LocalDirectory
Declaration
public string LocalDirectory { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
ProjectId
Declaration
public Guid ProjectId { get; set; }
Property Value
RawRootUrl
Declaration
public string RawRootUrl { get; set; }
Property Value
RootUrl
Declaration
public string RootUrl { get; set; }
Property Value
Version
Declaration
public string Version { get; set; }
Property Value
Extension Methods