Click or drag to resize
SynchronizationHelperGetObjectWhereCondition Method
Gets the where condition for specified type of object.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
public static WhereCondition GetObjectWhereCondition(
	string objectType,
	int siteId
)

Parameters

objectType
Type: SystemString
Object type
siteId
Type: SystemInt32
Site ID for the site objects

Return Value

Type: WhereCondition
See Also