Click or drag to resize

DocumentSchemaManagerIsReindexWarningThresholdReached Method

Checks if ReindexWarningThreshold is reached and how many documents will need reindexing

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public bool IsReindexWarningThresholdReached(
	GlobalFieldDefinition field,
	ref int documentCount
)

Parameters

field
Type: FileHold.LibraryManagerGlobalFieldDefinition
field definition with changes
documentCount
Type: SystemInt32
number of documents that will need reindexing after changing the field

Return Value

Type: Boolean
See Also