Class TrashBinTableHeader
Header for a column for trash bin table result from document query
Inheritance
System.Object
TrashBinTableHeader
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class TrashBinTableHeader : object
Properties
FieldName
Contains the name of the column.
Declaration
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Label
Contains the localized label of the column.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |