Click or drag to resize

PFHeaderHubSaveTheme Method

Saves the theme with the specified values.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public Tuple<long, string> SaveTheme(
	long themeId,
	string name,
	bool isGlobal,
	string settings
)

Parameters

themeId
Type: SystemInt64
name
Type: SystemString
isGlobal
Type: SystemBoolean
settings
Type: SystemString

Return Value

Type: TupleInt64, String
See Also