Click or drag to resize

VaultOnlineChangeRecordInSharedFolder Method

Changes record permissions in shared folder.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public Task ChangeRecordInSharedFolder(
	string sharedFolderUid,
	string recordUid,
	ISharedFolderRecordOptions options
)

Parameters

sharedFolderUid  String
Shared Folder UID.
recordUid  String
Record UID.
options  ISharedFolderRecordOptions
Record permissions.

Return Value

Task

[Missing <returns> documentation for "M:KeeperSecurity.Vault.VaultOnline.ChangeRecordInSharedFolder(System.String,System.String,KeeperSecurity.Vault.ISharedFolderRecordOptions)"]

Implements

IVaultSharedFolderChangeRecordInSharedFolder(String, String, ISharedFolderRecordOptions)
Remarks
This method does not add a record to shared folder. Use CreateRecord(KeeperRecord, String) or MoveRecords(RecordPath, String, Boolean).
See Also