Click or drag to resize

IVaultDataTryGetSharedFolder Method

Gets shared folder associated with a specified record UID.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
bool TryGetSharedFolder(
	string sharedFolderUid,
	out SharedFolder sharedFolder
)

Parameters

sharedFolderUid  String
Shared Folder UID
sharedFolder  SharedFolder
When this method returns true, contains requested shared folder; otherwise null.

Return Value

Boolean
true in the vault contains a shared folder with specified UID; otherwise, false.
See Also