Click or drag to resize

SharedFolderPermission Class

Represents shared folder user permissions.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultSharedFolderPermission

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class SharedFolderPermission

The SharedFolderPermission type exposes the following members.

Constructors
 NameDescription
Public methodSharedFolderPermissionInitializes a new instance of the SharedFolderPermission class
Top
Properties
 NameDescription
Public propertyManageRecords Can Manage Records?
Public propertyManageUsers Can Manage Users?
Public propertyUserId User email or team UID.
Public propertyUserType The type of UserId property.
Top
See Also