Class UpdateUserSettingsVM
Inheritance
System.Object
UpdateUserSettingsVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class UpdateUserSettingsVM : 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.Nullable<System.Boolean> |
|
SubscribedNotifications
Declaration
public System.Collections.Generic.ICollection<AuditType> SubscribedNotifications { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<AuditType> |
|