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