Moves a folder to the another folder.
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax 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.
Exceptions See Also