Click or drag to resize
BaseInfoGetExistingBase Method
Returns single info object and ensures correct GUID vs. code name priority is used (if applicable) after resolving provided whereCondition.

If no object match provided whereCondition, null is returned.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected BaseInfo GetExistingBase(
	IWhereCondition whereCondition,
	bool includeTypeCondition = true
)

Parameters

whereCondition
Type: CMS.DataEngineIWhereCondition
includeTypeCondition (Optional)
Type: SystemBoolean

Return Value

Type: BaseInfo
See Also