Click or drag to resize
weroSoft AG, Software
PageRestriction Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the restrictions for usage a dialog page.

Namespace:  WeroSoft.Workflow.Common.Visualization
Assembly:  WeroSoft.Workflow.Core.Library (in WeroSoft.Workflow.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum PageRestriction
Members
  Member nameValueDescription
None0 There are no restrictions.
DialogOnly1 The page is only usable on modal dialogs.
OperationOnly2 The page is only usable on operations dialogs.
See Also