Click or drag to resize

PageElementInfosAdd Method (String, PageElementInfo)

Adds an element to the collection

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int Add(
	string key,
	PageElementInfo value
)

Parameters

key
Type: SystemString
The name of the element. This is used as the elements index.
value
Type: NetQuarryPageElementInfo
The new element to add

Return Value

Type: Int32
The number of items in the collection
See Also