Click or drag to resize
DocumentItem Property
Gets or sets the DocumentIndexField with the specified field name.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[XmlIgnoreAttribute]
public DocumentIndexField this[
	string fieldName
] { get; set; }

Parameters

fieldName
Type: SystemString
Name of the field.

Property Value

Type: DocumentIndexField
The DocumentIndexField.

Return Value

Type: DocumentIndexField
Exceptions
ExceptionCondition
ArgumentExceptionThe field with the name ' + fieldName + ' is not part of the fields.
See Also