Class TableResultHeader
Header for a column table result from document query
Inheritance
System.Object
TableResultHeader
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class TableResultHeader : object
Constructors
TableResultHeader()
Creates a new instance of this class
Declaration
public TableResultHeader()
Properties
FieldLabel
Contains the label of the field.
Declaration
public string FieldLabel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FieldName
Contains the internal name of the field.
Declaration
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsDocumentName
Indicates whether the field is document name
Declaration
public bool IsDocumentName { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Kind
Kind of the field. System, index or additional (calculated fields like total page count, special values like text preview etc.).
Declaration
public TableResultFieldKind Kind { get; set; }
Property Value
Type | Description |
---|---|
TableResultFieldKind |
Type
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |