SharedFolderOptions Class

Defines shared folder user and record permissions.

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public class SharedFolderOptions
Inheritance
Object    SharedFolderOptions

Constructors

SharedFolderOptionsInitializes a new instance of the SharedFolderOptions class

Properties

CanEdit Record can be edited.
CanShare Record can be re-shared.
ManageRecords User can manage records.
ManageUsers User can manage other users.

See Also