Click or drag to resize
FileCabinetFieldNotEmpty Property
If this flag is true then this field must have an entry, otherwise the document cannot be stored.

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

Property Value

Type: Boolean
See Also