Keeper SDK Class Library
C#
Show/Hide TOC
IVault
Create
Record Method
Creates a password record.
Definition
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
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
Task
KeeperRecord
A task returning created password record.
Exceptions
KeeperApiException
See Also
Reference
IVault Interface
KeeperSecurity.Vault Namespace
In This Article
Definition
Parameters
Return Value
Exceptions
See Also