Click or drag to resize

PFValidatedDraft Constructor (IListPFWidgetValidationResult, PFDashboardDraft)

Creates a new PFValidatedDraft instance.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFValidatedDraft(
	IList<PFWidgetValidationResult> validationResult,
	PFDashboardDraft draft
)

Parameters

validationResult
Type: System.Collections.GenericIListPFWidgetValidationResult
draft
Type: Packflow.CorePFDashboardDraft
See Also