Class UserSettingsVM
Inheritance
System.Object
UserSettingsVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class UserSettingsVM : CloudBaseVM
Properties
DefaultSubscription
Declaration
public string DefaultSubscription { get; set; }
Property Value
Type |
Description |
System.String |
|
ProfileVisibility
Declaration
public ProfileVisibility ProfileVisibility { get; set; }
Property Value
ShowHiddenFilesAndFolders
Declaration
public bool ShowHiddenFilesAndFolders { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SlaAcceptedDateTime
Declaration
public System.DateTime? SlaAcceptedDateTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
SubscribedNotifications
Declaration
public System.Collections.Generic.ICollection<AuditType> SubscribedNotifications { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<AuditType> |
|