Click or drag to resize

IVaultDataTryGetRecordTypeByName Method

Gets record type meta data associated with the record type name.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
bool TryGetRecordTypeByName(
	string name,
	out RecordType recordType
)

Parameters

name  String
Record type name.
recordType  RecordType
When this method returns true, contains requested record type; otherwise null.

Return Value

Boolean
true if record type exists; otherwise, false.
See Also