DocumentItem 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: Version 6.6
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

Reference