PageElementInfosMerge Method |
Merge a collection of PageElementInfos into this one, including each element's properties and text items
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Merge(
PageElementInfos infos,
IAppContext appCxt
)
Public Sub Merge (
infos As PageElementInfos,
appCxt As IAppContext
)
Parameters
- infos
- Type: NetQuarryPageElementInfos
The PageElementInfos collection to merge. - appCxt
- Type: NetQuarryIAppContext
The current application context object.
See Also