BaseInfoGeneralizedInfoWrapperGetDefaultDataWhereCondition Method |
Gets where condition for default data according to TypeInfo configuration.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public virtual string GetDefaultDataWhereCondition(
bool globalOnly
)
Parameters
- globalOnly
- Type: SystemBoolean
Indicates whether only objects with null in their site ID column should be included.
Return Value
Type:
StringSee Also