Click or drag to resize
IObjectQueryTQuery, TObjectWithID Method
Sets the where condition for a specific object ID

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
TQuery WithID(
	int objectId
)

Parameters

objectId
Type: SystemInt32
Object ID

Return Value

Type: TQuery
See Also