DocumentSearchIndexerLogBatchStart Method (Int32, Int32, String, String, Boolean) |
Logs the start of batch processing.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax protected void LogBatchStart(
int batchNumber,
int lastID,
string documentTypeCodeName,
string siteDisplayName,
bool linkedNodes
)
Parameters
- batchNumber
- Type: SystemInt32
Number of batch - lastID
- Type: SystemInt32
ID of last item that is not present in the batch - documentTypeCodeName
- Type: SystemString
Code name of the document type - siteDisplayName
- Type: SystemString
Display name of the site - linkedNodes
- Type: SystemBoolean
Indicates whether standard documents or linked documents are processed in the batch
See Also