Click or drag to resize

PFAppSettingsHubSaveSettingsTree Method

Saves the settings tree.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public string SaveSettingsTree(
	IEnumerable<PFAdminAppSettingsNode> models
)

Parameters

models
Type: System.Collections.GenericIEnumerablePFAdminAppSettingsNode
The applications and contexts models.

Return Value

Type: String
Exceptions
ExceptionCondition
AuthorizationExceptionUser: + site.CurrentUser.LoginName + is not a site owner and has access denied.
See Also