ObjectTypeManagerGetTypeInfos Method (IEnumerableString, FuncObjectTypeInfo, Boolean) |
Filters given source collection of object types according to the condition specified.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public static IEnumerable<ObjectTypeInfo> GetTypeInfos(
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:
IEnumerableObjectTypeInfoSee Also