DocumentIndexFieldReadOnly 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: Version 6.6
Syntax

C#
[XmlAttributeAttribute]
[DefaultValueAttribute(false)]
public bool ReadOnly { get; set; }

Property Value

Type: Boolean
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

Reference