SharedFolderRecordPermissions Class

Represents record permissions in shared folder.

Definition

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

Constructors

SharedFolderRecordPermissionsInitializes a new instance of the SharedFolderRecordPermissions class

Properties

CanEdit Flag indicating if the shared folder has rights to edit the record
CanShare Flag indicating if the shared folder has share permissions.
Expiration Share expiration time.
SharedFolderUid Shared Folder UID.

See Also