Click or drag to resize

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
C#
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: String
Html for gridviews' placeholders.
See Also