Class ContentVersionDto
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class ContentVersionDto
Fields
TableName
Declaration
public const string TableName = null
Field Value
Type |
Description |
System.String |
|
Properties
ContentDto
Declaration
public ContentDto ContentDto { get; set; }
Property Value
Current
Declaration
public bool Current { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NodeId
Declaration
public int NodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PreventCleanup
Declaration
public bool PreventCleanup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
UserId
Declaration
public int? UserId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
VersionDate
Declaration
public DateTime VersionDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|