Click or drag to resize
BaseInfoGeneralizedInfoWrapperGetDefaultDataWhereCondition Method
Gets where condition for default data according to TypeInfo configuration.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
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: String
See Also