RuleDefinitionGlobalSearch Property |
Gets or sets a value indicating whether the search is global.
A global search is not retricted to newly created cases.
a global search is also allowed to find cases that have an instance of the current service
as long as this instance is not active.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcessAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic bool GlobalSearch { get; set; }
Public Property GlobalSearch As Boolean
Get
Set
public:
property bool GlobalSearch {
bool get ();
void set (bool value);
}
member GlobalSearch : bool with get, set
Property Value
Boolean
See Also