Class WorkflowAreaPreferences
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient.WebClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
[Serializable]
public class WorkflowAreaPreferences : ContentAreaPreferences
Properties
ControllerInstances
Items assigned to the area like dialogs, Baskets.
Declaration
public List<WorkInstance> ControllerInstances { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<WorkInstance> |
SelectedControllerInstanceGuid
Declaration
public string SelectedControllerInstanceGuid { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SelectedInstanceGuid
Declaration
public string SelectedInstanceGuid { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |