Click or drag to resize

KeeperRecord Class

Represents generic Keeper Record
Inheritance Hierarchy

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

The KeeperRecord type exposes the following members.

Properties
 NameDescription
Public propertyClientModified Last modification time.
Public propertyOwner Is user Owner?
Public propertyRecordKey Record key.
Public propertyRevision Record revision
Public propertyShared Is record Shared?
Public propertyTitle Title.
Public propertyUid Record UID.
Public propertyVersion Record version
Top
Extension Methods
 NameDescription
Public Extension MethodKeeperRecordPublicInformation Returns common record information. Does not include sensitive data
(Defined by RecordTypesUtils)
Public Extension MethodKeeperRecordType Returns record type information.
(Defined by RecordTypesUtils)
Top
See Also