Click or drag to resize
MetaFileInfoProviderGetWhereCondition Method
Gets the where condition for meta files.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetWhereCondition(
	int objectId,
	string objectType,
	string group,
	string where
)

Parameters

objectId
Type: SystemInt32
ID of specific object
objectType
Type: SystemString
Object type
group
Type: SystemString
Group name
where
Type: SystemString
Where condition

Return Value

Type: String
See Also