Click or drag to resize

PFSiteGetSite Method (String, IIdentity)

Gets a local Packflow Site by its name using a specific identity.

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 PFSite GetSite(
	string siteName,
	IIdentity iIdentity
)

Parameters

siteName
Type: SystemString
iIdentity
Type: System.Security.PrincipalIIdentity

Return Value

Type: PFSite
See Also