Click or drag to resize
DialogFieldSelectListOnly Property
(Only relevant for store and info dialogs)If this flag is true, no one can allocate a new entry for this field when storing a document, unless this is contained in a selection list.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
[XmlAttributeAttribute]
[DefaultValueAttribute(false)]
public bool SelectListOnly { get; set; }

Property Value

Type: Boolean
See Also