AbstractInfoProviderTInfo, TProviderCheckObject Method |
Checks if the given info object is not null. Throws an exception if it is.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax protected static void CheckObject(
TInfo info
)
Parameters
- info
- Type: TInfo
Info object to check
See Also