Initializes a new instance of the SiteIdFilter class.

Namespace: ININ.IceLib.Reporting.Interactions.Filters
Assembly: ININ.IceLib.Reporting (in ININ.IceLib.Reporting.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public SiteIdFilter(
	int siteId
)
Visual Basic
Public Sub New ( _
	siteId As Integer _
)

Parameters

siteId
Type: System..::..Int32
The site ID. Valid values are 0 to 999.

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionsiteId is not a number between 0 and 999 (inclusive).

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also