Click or drag to resize

UserSettingsContract Class

Contains information about current user account settings.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContractsUserSettingsContract

Namespace:  SOS.SDK.Contracts.DataContracts
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class UserSettingsContract

The UserSettingsContract type exposes the following members.

Constructors
  NameDescription
Public methodUserSettingsContract
Initializes a new instance of the UserSettingsContract class
Top
Properties
  NameDescription
Public propertyBackupOstFiles
Disable exclusion of OST files.
Public propertyEnableSSL
Is SSL enabled.
Public propertyExclusionFilesSettings
Settings of Exclusion files filter.
Public propertyFileFolderRemoveDeletedEnabled
Is removing of deleted files policy enabled.
Public propertyFileFolderRemoveUnchangedEnabled
Is removing of the files, unchanged within some periond enabled.
Public propertyFolderCache
The path to the folder with Cache files.
Public propertyFolderLocalBackup
The path to the Local Backup folder.
Public propertyFolderRecovery
The stored path to the folder into which the files are recovered (default).
Public propertyFolderTemp
The path to the folder with temporary files.
Public propertyOnlineBackupFilter
Filter, used for filtering files/directories during Online Backup operation.
Public propertyRemoveDeletedFilesAfterDays
Remove files, deleted localy after specified days period.
Public propertyRemoveUnchangedFilesAfterDays
Delete files, unchanged within specified days period.
Public propertyThrottlingSettings
Network usage throttling settings.
Public propertyVersion
Used application version.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also