Click or drag to resize

ContentExtractorFactoryValidateCustomEntityDefinitions Method

Validates user defined custom item definitions before attempting to load them into SDK (see LoadCustomEntityDefinitions(ListCustomEntityDefinition).

Namespace: OpenDiscoverSDK
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public static List<string> ValidateCustomEntityDefinitions(
	List<CustomEntityDefinition> customEntityDefinitions
)

Parameters

customEntityDefinitions  ListCustomEntityDefinition
A list of user defined CustomEntityDefinition to detect in extracted text and metadata.

Return Value

ListString
A list of errors, if returned list has Count of zero, then all CustomEntityDefinition objects were successfully validate; Otherwise the list will contain one or more errors.
See Also