Class FavoriteItems
Inheritance
System.Object
FavoriteItems
Namespace: DocuWare.Platform.ServerClient.WebClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class FavoriteItems : object
Properties
Disabled
Declaration
public List<string> Disabled { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
Order
Declaration
public List<string> Order { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |