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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public virtual string GetDefaultDataWhereCondition(
	bool globalOnly
)

Parameters

globalOnly
Type: System.Boolean
Indicates whether only objects with null in their site ID column should be included.

Return Value

Type: String
See Also