Click or drag to resize

SharedFolderRecordPermissions Class

Represents record permissions in shared folder.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultSharedFolderRecordPermissions

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

The SharedFolderRecordPermissions type exposes the following members.

Constructors
 NameDescription
Public methodSharedFolderRecordPermissionsInitializes a new instance of the SharedFolderRecordPermissions class
Top
Properties
 NameDescription
Public propertyCanEdit Flag indicating if the shared folder has rights to edit the record
Public propertyCanShare Flag indicating if the shared folder has share permissions.
Public propertySharedFolderUid Shared Folder UID.
Top
See Also