Class Favorites
Inheritance
System.Object
Favorites
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 Favorites
Properties
Baskets
Declaration
public FavoriteItems Baskets { get; set; }
Property Value
| Type | Description |
|---|---|
| FavoriteItems |
Forms
Declaration
public FavoriteItems Forms { get; set; }
Property Value
| Type | Description |
|---|---|
| FavoriteItems |
MultiFCSearches
Declaration
public FavoriteItems MultiFCSearches { get; set; }
Property Value
| Type | Description |
|---|---|
| FavoriteItems |
SearchDialogs
Declaration
public FavoriteItems SearchDialogs { get; set; }
Property Value
| Type | Description |
|---|---|
| FavoriteItems |
StoreDialogs
Declaration
public FavoriteItems StoreDialogs { get; set; }
Property Value
| Type | Description |
|---|---|
| FavoriteItems |
TaskLists
Declaration
public FavoriteItems TaskLists { get; set; }
Property Value
| Type | Description |
|---|---|
| FavoriteItems |
TreeViews
Declaration
public FavoriteItems TreeViews { get; set; }
Property Value
| Type | Description |
|---|---|
| FavoriteItems |