Click or drag to resize

PFUserPermissionHubGenerateReport Method

Generates the report for a given content-type in a specific application context.

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 GenerateReport(
	long appId,
	long contextId,
	long contentTypeId
)

Parameters

appId
Type: SystemInt64
contextId
Type: SystemInt64
contentTypeId
Type: SystemInt64

Return Value

Type: String
Report's html.
See Also