Click or drag to resize
EnumerationObjectTypeFilterIsIncludedType Method
Returns true if the given object type is included in output.

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

Parameters

objectType
Type: SystemString
Object type name

Return Value

Type: Boolean

Implements

IObjectTypeFilterIsIncludedType(String)
See Also