Click or drag to resize
AbstractInfoProvider<TInfo, TProvider, TQuery>.CheckObject Method
Checks if the given info object is not null. Throws an exception if it is.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected static void CheckObject(
	TInfo info
)

Parameters

info
Type: TInfo
Info object to check
See Also