Class DocumentAuditEventTablePropertyColumn
Defines the description of auditing event table property column.
Inheritance
System.Object
DocumentAuditEventTablePropertyColumn
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class DocumentAuditEventTablePropertyColumn : object
Properties
Name
Gets or sets the name of the column that has been changed.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
The DocuWare type of the field
Declaration
public DWFieldType Type { get; set; }
Property Value
Type | Description |
---|---|
DWFieldType |