Requests more historical data

Namespace: Ico.Awx
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void MoreData(
	bool requestAllData
)
Visual Basic
Public Sub MoreData ( _
	requestAllData As Boolean _
)
JScript
public function MoreData(
	requestAllData : boolean
)

Parameters

requestAllData
Type: System..::..Boolean
Requests ALL the available historical data rather than a page

See Also