Click or drag to resize
EnumerationObjectTypeFilter Constructor
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public EnumerationObjectTypeFilter(
	ISet<string> types
)

Parameters

types
Type: System.Collections.GenericISetString
Object types to include. Everything else will be filtered out.
See Also