DocumentSchemaManagerIsReindexWarningThresholdReached Method

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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Checks if ReindexWarningThreshold is reached and how many documents will need reindexing")]
public bool IsReindexWarningThresholdReached(
	GlobalFieldDefinition field,
	ref int documentCount
)

Parameters

field  GlobalFieldDefinition
field definition with changes
documentCount  Int32
number of documents that will need reindexing after changing the field

Return Value

Boolean

See Also