Click or drag to resize

metaCustomizedSimplePageAddIndexSkipThis Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the index skip this.

Namespace:  imbSCI.Reporting.meta.page
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public metaDocScriptBlock AddIndexSkipThis(
	metaDocument indexSource,
	metaPage skipThis,
	string customTitle = "",
	metaDocScriptBlock output = null
)
Request Example View Source

Parameters

indexSource
Type: imbSCI.Reporting.meta.documentmetaDocument
The index source.
skipThis
Type: imbSCI.Reporting.meta.pagemetaPage
The skip this.
customTitle (Optional)
Type: SystemString
output (Optional)
Type: imbSCI.Reporting.meta.blocksmetaDocScriptBlock
The output.

Return Value

Type: metaDocScriptBlock
See Also