Class ContentAreaPreferences
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 ContentAreaPreferences
Constructors
ContentAreaPreferences()
Creates a new instance of this class
Declaration
public ContentAreaPreferences()
Properties
AreaType
Declaration
public WorkAreaType AreaType { get; set; }
Property Value
| Type | Description |
|---|---|
| WorkAreaType |
Instances
Items assigned to the area like dialogs, Baskets.
Declaration
public List<WorkInstance> Instances { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<WorkInstance> |
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 |