Class DocumentVersionDto
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class DocumentVersionDto
Properties
ContentVersionDto
Declaration
public ContentVersionDto ContentVersionDto { get; set; }
Property Value
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Published
Declaration
public bool Published { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TemplateId
Declaration
public int? TemplateId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|