Click or drag to resize

PFRelation_SiteThemeAdd Method (String, PFThemeScope)

Adds a new instance of PFTheme, 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 PFTheme Add(
	string name,
	PFThemeScope scope
)

Parameters

name
Type: SystemString
scope
Type: Packflow.CorePFThemeScope

Return Value

Type: PFTheme
See Also