IVaultCreateRecord Method

Creates a password record.

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Task<KeeperRecord> CreateRecord(
	KeeperRecord record,
	string folderUid = null
)

Parameters

record  KeeperRecord
Keeper Record.
folderUid  String  (Optional)
Folder UID where the record to be created. Optional.

Return Value

TaskKeeperRecord
A task returning created password record.

Exceptions

See Also