Click or drag to resize

AccountTransferResult Class

Defines Transfer Account Result properties
Inheritance Hierarchy
SystemObject
  KeeperSecurity.EnterpriseAccountTransferResult

Namespace: KeeperSecurity.Enterprise
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
public class AccountTransferResult

The AccountTransferResult type exposes the following members.

Constructors
 NameDescription
Public methodAccountTransferResultInitializes a new instance of the AccountTransferResult class
Top
Properties
 NameDescription
Public propertyRecordsCorrupted Number of corrupted records
Public propertyRecordsTransfered Number of records
Public propertySharedFoldersCorrupted Number of corrupted shared folders
Public propertySharedFoldersTransfered Number of shared folders
Public propertyTeamsCorrupted Number of corrupted teams
Public propertyTeamsTransfered Number of teams
Public propertyUserFoldersCorrupted Number of corrupted user folders
Public propertyUserFoldersTransfered Number of user folders
Top
See Also