Class WorkflowAreaPreferences
Inheritance
System.Object
WorkflowAreaPreferences
Assembly: DocuWare.Platform.ServerClient.dll
public class WorkflowAreaPreferences : ContentAreaPreferences
Properties
Items assigned to the area like dialogs, Baskets.
Declaration
public List<WorkInstance> ControllerInstances { get; set; }
Property Value
Declaration
public string SelectedControllerInstanceGuid { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string SelectedInstanceGuid { get; set; }
Property Value
Type |
Description |
System.String |
|