Click or drag to resize
IObjectTypeFilterIsIncludedType Method
Indicates whether given object type is included in the output.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
bool IsIncludedType(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type name

Return Value

Type: Boolean
See Also