Click or drag to resize

PFRelation_SiteThemeAdd Method (String, Guid)

Adds a new instance of a global 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,
	Guid themeKey
)

Parameters

name
Type: SystemString
The name.
themeKey
Type: SystemGuid
The theme key, useful to retrieve and update theme later.

Return Value

Type: PFTheme
See Also