VaultOnlineMoveFolder Method |
Moves a folder to the another folder.
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax 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
TaskAwaitable task.
Implements
IVaultMoveFolder(String, String, Boolean)Exceptions See Also