Click or drag to resize

PageInfosReload Method (IAppContext, String)

Reload the meta-data for the specified MOP. Note that this will flush the cache for that MOP.

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

Parameters

cxt
Type: NetQuarryIAppContext
The application context object.
mop
Type: SystemString
The MOP to reload.

Return Value

Type: Int32
The number of pages reloaded.
See Also