PFSiteEventsHubGetGridViews Method |
Gets html for events and logs gridviews, at a specified scope, site or application.
Namespace:
Packflow.Interface
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public string GetGridViews(
string scope,
string sourceUrl
)
Parameters
- scope
- Type: SystemString
The scope, "Site" or an application id. - sourceUrl
- Type: SystemString
Used by gridviews as return url for various features.
Return Value
Type:
StringHtml for gridviews' placeholders.
See Also