Click or drag to resize

SharedFolderUserOptions Class

Defines shared folder user permissions.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultSharedFolderUserOptions

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
public class SharedFolderUserOptions : ISharedFolderUserOptions

The SharedFolderUserOptions type exposes the following members.

Constructors
 NameDescription
Public methodSharedFolderUserOptionsInitializes a new instance of the SharedFolderUserOptions class
Top
Properties
 NameDescription
Public propertyManageRecords User can manage records.
Public propertyManageUsers User can manage other users.
Top
See Also