Click or drag to resize

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
)

Parameters

infos
Type: NetQuarryPageElementInfos
The PageElementInfos collection to merge.
appCxt
Type: NetQuarryIAppContext
The current application context object.
See Also