Class DocumentIndexFields
List of index fields.
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
public class DocumentIndexFields
Properties
Field
List of index fields.
Declaration
public List<DocumentIndexField> Field { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.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. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentException | The field with the name ' + fieldName + ' is not part of the fields. |