IVaultSharedFolderChangeRecordInSharedFolder Method |
Changes record permissions in shared folder.
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax 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.IVaultSharedFolder.ChangeRecordInSharedFolder(System.String,System.String,KeeperSecurity.Vault.ISharedFolderRecordOptions)"]
Remarks See Also