Class DocumentIndexFields
List of index fields.
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. |