Keeper SDK Class Library
Keeper SDK Class Library
Namespaces
KeeperSecurity.Vault
VaultOnline Class
VaultOnline Methods
AddSecretManagerClient Method
AuditLogRecordCopyPassword Method
AuditLogRecordOpen Method
CancelSharesWithUser Method
ChangeRecordInSharedFolder Method
CreateFolder Method
CreateRecord Method
CreateSecretManagerApplication Method
DeleteAttachment Method
DeleteFolder Method
DeleteRecords Method
DeleteSecretManagerApplication Method
DeleteSecretManagerClient Method
DownloadAttachment Method
GetConfiguration Method
GetRecordHistory Method
GetSecretManagerApplication Method
GetSharesForRecords Method
GetTeamsForShare Method
GetUserPublicKeys Method
GetUsersForShare Method
MoveFolder Method
MoveRecords Method
PutUserToSharedFolder Method
RecordAttachments Method
RemoveUserFromSharedFolder Method
RenameFolder Method
RevokeShareFromUser Method
ScheduleSyncDown Method
SendShareInvitationRequest Method
ShareRecordWithUser Method
ShareToSecretManagerApplication Method
StoreNonSharedData<T> Method
SyncDown Method
TransferRecordToUser Method
UnshareFromSecretManagerApplication Method
UpdateFolder Method
UpdateRecord Method
UpdateRecords Method
UploadAttachment Method
Vault
Online
Rename
Folder Method
Renames a folder.
Namespace:
KeeperSecurity.Vault
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
Copy
public
Task
<
FolderNode
>
RenameFolder
(
string
folderUid
,
string
newName
)
Parameters
folderUid
String
Folder UID.
newName
String
New folder name.
Return Value
Task
FolderNode
A task returning renamed folder.
Implements
IVault
RenameFolder(String, String)
Exceptions
Exception
Condition
KeeperApiException
See Also
Reference
VaultOnline Class
KeeperSecurity.Vault Namespace