Click or drag to resize
DocumentSearchIndexerLogBatchStart Method (Int32, Int32, String, String, Boolean)
Logs the start of batch processing.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
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