Class ContentAreaPreferences
Inheritance
System.Object
ContentAreaPreferences
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class ContentAreaPreferences : object
Constructors
ContentAreaPreferences()
Creates a new instance of this class
Declaration
public ContentAreaPreferences()
Properties
AreaType
Declaration
public WorkAreaType AreaType { get; set; }
Property Value
Instances
Items assigned to the area like dialogs, Baskets.
Declaration
public List<WorkInstance> Instances { get; set; }
Property Value
SelectedInstanceIndex
Declaration
public int SelectedInstanceIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SelectedInstanceIndexSpecified
Declaration
public bool SelectedInstanceIndexSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|