FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..GetNodesByPage Method

Gets the nodes by page.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public static ArrayList GetNodesByPage(
	int page,
	Document document
)
Public Shared Function GetNodesByPage ( _
	page As Integer, _
	document As Document _
) As ArrayList
public:
static ArrayList^ GetNodesByPage(
	int^ page, 
	Document^ document
)

Parameters

page
Type: Int32
The page.
document
Type: Document
The document.

Return Value

ArrayList.