Class DocumentDto
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
Properties
ContentDto
Declaration
public ContentDto ContentDto { get; set; }
Property Value
DocumentVersionDto
Declaration
public DocumentVersionDto DocumentVersionDto { get; set; }
Property Value
Edited
Declaration
public bool Edited { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NodeId
Declaration
public int NodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Published
Declaration
public bool Published { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PublishedVersionDto
Declaration
public DocumentVersionDto PublishedVersionDto { get; set; }
Property Value