DocumentIndexField ReadOnly Property DocuWare Platform .NET API
Indicates whether this field is readonly or not.

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

public bool ReadOnly { get; set; }

Property Value

Type: OnlineBoolean
Remarks

The value of this property can depend on the document. There might be documents which have a certain field set as read only while other documents have these fields writable.
See Also