Click or drag to resize

AccountInfoContract Class

Information about signed in account
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContractsAccountInfoContract

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

The AccountInfoContract type exposes the following members.

Constructors
  NameDescription
Public methodAccountInfoContract
Initializes a new instance of the AccountInfoContract class
Top
Properties
  NameDescription
Public propertyAccountSize
Storage quota for account Units: Megabytes
Public propertyCurrentBackupServerName
Address of the Backup Server
Public propertyCurrentUploadServerName
Address of the Upload Server
Public propertyEmail
Email addresses string, on which email report will be sent. Splitted by ';' or ' ' or ','.
Public propertyEntityId
ID of the Partner/Distributor, i.e. the root of the hierarchy thee.
Public propertyHasConfiguredExchangeBackupset
User has configured Exchange backupset
Public propertyHasConfiguredMsSqlBackupset
User has configured MsSql backupset
Public propertyIsBackupBlockedDueToAccountOverQuota
Backup is not available for current account due to exceeding the limit of the stored data
Public propertyLogin
Account Login
Public propertySecurityType
The type of the security for current account: Regular, Safe, UltraSafe
Public propertySendEmailReport
Sending of the reports is enabled for account
Public propertyUsedSpace
Used space utilization by contained accounts Units: Kilobytes
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