Click or drag to resize

PFAdminAppSettingsViewModelGetModel Method

Gets the ViewModel from PFSite, with all children nodes instantiated.

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 PFAdminAppSettingsViewModel GetModel(
	PFSite site
)

Parameters

site
Type: Packflow.CorePFSite
The site.

Return Value

Type: PFAdminAppSettingsViewModel
See Also