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
)
Public Function Reload (
cxt As IAppContext,
mop As String
) As Integer
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context object. - mop
- Type: SystemString
The MOP to reload.
Return Value
Type:
Int32The number of pages reloaded.
See Also