IVaultCreateRecord Method |
Creates a password record.
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax 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
TaskKeeperRecordA task returning created password record.
Exceptions See Also