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
)
Public Function Add (
pg As PageInfo
) As PageInfo
Parameters
- pg
- Type: NetQuarryPageInfo
The Page to add.
Return Value
Type:
PageInfoThe page that was added.
See Also