Moves records to a folder.
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax Task MoveRecords(
RecordPath[] records,
string dstFolderUid,
bool link = false
)
Parameters
- records RecordPath
- an array of record paths.
- dstFolderUid String
- Destination folder UID.
- link Boolean (Optional)
- truecreates a link. The source record in not deleted; otherwise record will be removed from the source.
Return Value
TaskAwaitable task.
Exceptions See Also