Click or drag to resize
BaseInfo.GetExistingBase 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: 11.0.0
Syntax
C#
protected BaseInfo GetExistingBase(
	IWhereCondition whereCondition,
	bool includeTypeCondition = true
)

Parameters

whereCondition
Type: CMS.DataEngine.IWhereCondition
includeTypeCondition (Optional)
Type: System.Boolean

Return Value

Type: BaseInfo
See Also