Click or drag to resize

PFSiteGetSiteSettings Method

Gets the settings of a local Packflow Site by its name.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static PFSiteSettings GetSiteSettings(
	string siteName
)

Parameters

siteName
Type: SystemString

Return Value

Type: PFSiteSettings
See Also