Click or drag to resize

PageElementMetaInfosCollectionReload Method

Reload meta-data for the specified page.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Reload(
	IAppContext cxt,
	string pageID
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
pageID
Type: SystemString
The page to reload.
See Also