Click or drag to resize

VaultOnlineMoveRecords Method

Moves records to a folder.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public 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

Task
Awaitable task.

Implements

IVaultMoveRecords(RecordPath, String, Boolean)
Exceptions
ExceptionCondition
KeeperApiException
See Also