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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public bool IsIncludedType(
	ObjectTypeInfo typeInfo
)

Parameters

typeInfo
Type: CMS.DataEngineObjectTypeInfo
Object type info

Return Value

Type: Boolean

Implements

IObjectTypeFilterIsIncludedType(ObjectTypeInfo)
See Also