Click or drag to resize

PFWaffleCreate Method

Creates a new waffle instance for the specified site.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static PFWaffle Create(
	PFSite site,
	PFTranslations translations = null
)

Parameters

site
Type: Packflow.CorePFSite
translations (Optional)
Type: Packflow.InterfacePFTranslations

Return Value

Type: PFWaffle
See Also