Click or drag to resize

ContentExtractorFactoryClearCustomEntityDefinitions Method

Clears CustomEntityDefinitions previously loaded by a previous call to method LoadCustomEntityDefinitions(ListCustomEntityDefinition). See remarks on thread safety.

Namespace: OpenDiscoverSDK
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public static void ClearCustomEntityDefinitions()
Remarks
This method is not thread safe and should only be called when no other threads in the process are performing content extraction with sensitive item detection enabled.
See Also