Click or drag to resize
EnumerationObjectTypeFilter Constructor
Constructor

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

Parameters

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