Click or drag to resize

ISharedFolderPermission Interface

Defines properties for shared folder user permissions.

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

The ISharedFolderPermission type exposes the following members.

Properties
 NameDescription
Public propertyManageRecords Can manage records?
Public propertyManageUsers Can manage users?
Public propertySharedFolderUid Shared folder UID.
Public propertyUserId User email or Team UID.
Public propertyUserType User type.
Top
See Also