IVaultDataTryGetKeeperApplication Method |
Gets a KSM application associated with a specified team UID.
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax bool TryGetKeeperApplication(
string applicationUid,
out ApplicationRecord application
)
Parameters
- applicationUid String
- Team UID.
- application ApplicationRecord
- When this method returns true, contains requested team; otherwise null.
Return Value
Booleantrue in the vault contains a application with specified UID; otherwise,
false.
See Also