PageInfosReload Method (IAppContext, String, Boolean) |
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,
bool forceCacheClear
)
Public Function Reload (
cxt As IAppContext,
mop As String,
forceCacheClear As Boolean
) As Integer
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context object. - mop
- Type: SystemString
The MOP to reload. - forceCacheClear
- Type: SystemBoolean
Forces the cache to be cleared. Intended for use during development only.
Return Value
Type:
Int32The number of pages reloaded.
See Also