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
)
Public Sub Reload (
cxt As IAppContext,
pageID As String
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - pageID
- Type: SystemString
The page to reload.
See Also