Class WebClientPreferences
Inheritance
System.Object
WebClientPreferences
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()
Assembly: DocuWare.Platform.ServerClient.dll
[Serializable]
public class WebClientPreferences : ApplicationPreferences
Properties
Declaration
public Favorites Favorites { get; set; }
Property Value
Declaration
public GeneralSettings GeneralSettings { get; set; }
Property Value
Declaration
public string LocalStorage { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public MultiFCSearches MultiFCSearches { get; set; }
Property Value
Declaration
public DateTime SurveyTimeStamp { get; set; }
Property Value
| Type |
Description |
| System.DateTime |
|
Declaration
public ViewerPreferences Viewer { get; set; }
Property Value
Declaration
public WebClientLayout WebClientLayout { get; set; }
Property Value
Declaration
public List<WorkAreaPreferences> WorkAreas { get; set; }
Property Value