Click or drag to resize

VaultOnlineMoveFolder Method

Moves a folder to the another folder.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public Task MoveFolder(
	string srcFolderUid,
	string dstFolderUid,
	bool link = false
)

Parameters

srcFolderUid  String
Source Folder UID.
dstFolderUid  String
Destination Folder UID.
link  Boolean  (Optional)
truecreates a link. The source folder in not deleted; otherwise source folder will be removed.

Return Value

Task
Awaitable task.

Implements

IVaultMoveFolder(String, String, Boolean)
Exceptions
ExceptionCondition
KeeperApiException
See Also