Click or drag to resize
DialogFieldIsHierarchy Property
Determines whether the field is part of the hierarchy structure of tree view result dialog (only for tree view result dialogs, for other types it's always false).

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

Property Value

Type: Boolean
See Also