DocumentSchemaManagerIsReindexWarningThresholdReached Method
Checks if ReindexWarningThreshold is reached and how many documents will need reindexing
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Checks if ReindexWarningThreshold is reached and how many documents will need reindexing")]
public bool IsReindexWarningThresholdReached(
GlobalFieldDefinition field,
ref int documentCount
)
- field GlobalFieldDefinition
- field definition with changes
- documentCount Int32
- number of documents that will need reindexing after changing the field
Boolean