ObjectTypeManager GetObjectTypes Method Kentico 8.1 API Reference
Filters given source collection of object types according to the condition specified.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

sourceCollection
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
Source collection to filter
condition
Type: OnlineSystem Func ObjectTypeInfo, OnlineBoolean 
Condition to filter with

Return Value

Type: OnlineList OnlineString 
See Also