Document Item Property DocuWare Platform .NET API
Gets or sets the DocumentIndexField with the specified field name.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: 6.5.0.0 (6.5.0.5648)
Syntax

public DocumentIndexField this[
	string fieldName
] { get; set; }

Property Value

Type: DocumentIndexField
The DocumentIndexField.

Return Value

Type: DocumentIndexField
Exceptions

ExceptionCondition
OnlineSystem ArgumentExceptionThe field with the name ' + fieldName + ' is not part of the fields.
See Also