Click or drag to resize

ISharedFolder Interface

Defines properties for shared folder.

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

The ISharedFolder type exposes the following members.

Properties
 NameDescription
Public propertyDefaultCanEdit Can edit records by default?
Public propertyDefaultCanShare Can re-share records by default.
Public propertyDefaultManageRecords Can manage records by default?
Public propertyDefaultManageUsers Can manage users by default?
Public propertyName Shared folder name. Encrypted with the shared folder key.
Public propertySharedFolderUid Shared folder UID.
Top
See Also