Click or drag to resize

PFRelation_SitePerformanceReportAdd Method

Creates a new performance report instance, not yet persisted.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFPerformanceReport Add(
	string name
)

Parameters

name
Type: SystemString
Name of the performance report.

Return Value

Type: PFPerformanceReport
PFPerformanceReport
See Also