Show / Hide Table of Contents

    Class TableResultHeader

    Header for a column table result from document query

    Inheritance
    System.Object
    TableResultHeader
    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
    [Hawk]
    public class TableResultHeader

    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
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top