Click or drag to resize

PFAdminAppSettingsNodeGetModel Method (PFApplication, Boolean)

Instantiates and returns a ViewModel for given PFApplication in application settings administration page.

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 PFAdminAppSettingsNode GetModel(
	PFApplication application,
	bool recursive
)

Parameters

application
Type: Packflow.CorePFApplication
The application.
recursive
Type: SystemBoolean
if set to true [recursive], Children nodes will be initialized too.

Return Value

Type: PFAdminAppSettingsNode
Exceptions
ExceptionCondition
ValidationException
See Also