SharedFolderRecordOptions Class

Represents shared folder record permissions.

Definition

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

Constructors

SharedFolderRecordOptionsInitializes a new instance of the SharedFolderRecordOptions class

Properties

CanEdit Record can be edited.
CanShare Record can be re-shared.
Expiration Share expiration time.

See Also