ProviderInfoDictionaryKeyTypeTryGetInternal Method |
Returns true if the internal dictionary contains specified record.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax protected override bool TryGetInternal(
KeyType key,
out BaseInfo value
)
Parameters
- key
- Type: KeyType
Key to check - value
- Type: CMS.DataEngineBaseInfo
Returns the object value if the object is present
Return Value
Type:
BooleanSee Also