Click or drag to resize

PageInfosAdd Method (PageInfo)

Add a PageInfo object to the collection.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public PageInfo Add(
	PageInfo pg
)

Parameters

pg
Type: NetQuarryPageInfo
The Page to add.

Return Value

Type: PageInfo
The page that was added.
See Also