Class TrashBinTableHeader
Header for a column for trash bin table result from document query
Inheritance
System.Object
TrashBinTableHeader
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
[Raccoon]
public class TrashBinTableHeader
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 |