Keeper SDK Class Library
Keeper SDK Class Library
Namespaces
KeeperSecurity.Vault
BatchVaultOperations Class
BatchVaultOperations Methods
AddFolder Method
AddRecord Method
ApplyChanges Method
CreateFolderPath Method
GetFolderByPath Method
IsFolderPending Method
IsRecordPending Method
ParseFolderPath Method
PutUserToSharedFolder Method
RemoveUserFromSharedFolder Method
Reset Method
TryGetFolderByUid Method
TryGetRecordByUid Method
UpdateFolderName Method
UpdateRecord Method
Batch
Vault
Operations
Update
Folder
Name Method
Updates folder name
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
Copy
public
bool
UpdateFolderName
(
string
folderUid
,
string
folderName
)
Parameters
folderUid
String
folder UID
folderName
String
new folder name
Return Value
Boolean
true if folder is scheduled to be added
Implements
IBatchVaultOperations
UpdateFolderName(String, String)
See Also
Reference
BatchVaultOperations Class
KeeperSecurity.Vault Namespace