Click or drag to resize
ObjectTypeManagerGetObjectTypes Method
Filters given source collection of object types according to the condition specified.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static List<string> GetObjectTypes(
	IEnumerable<string> sourceCollection,
	Func<ObjectTypeInfo, bool> condition
)

Parameters

sourceCollection
Type: System.Collections.GenericIEnumerableString
Source collection to filter
condition
Type: SystemFuncObjectTypeInfo, Boolean
Condition to filter with

Return Value

Type: ListString
See Also