Show / Hide Table of Contents

    Class DocumentIndexFields

    List of index fields.

    Inheritance
    System.Object
    DocumentIndexFields
    UpdateIndexFieldsInfo
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class DocumentIndexFields : object

    Properties

    Field

    List of index fields.

    Declaration
    public List<DocumentIndexField> Field { get; set; }
    Property Value
    Type Description
    List<DocumentIndexField>

    Item[String]

    Gets or sets the DocumentIndexField with the specified field name.

    Declaration
    public DocumentIndexField this[string fieldName] { get; set; }
    Parameters
    Type Name Description
    System.String fieldName

    Name of the field.

    Property Value
    Type Description
    DocumentIndexField

    The DocumentIndexField.

    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top