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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax protected BaseInfo GetExistingBase(
IWhereCondition whereCondition,
bool includeTypeCondition = true
)
Parameters
- whereCondition
- Type: CMS.DataEngineIWhereCondition
- includeTypeCondition (Optional)
- Type: SystemBoolean
Return Value
Type:
BaseInfoSee Also