Click or drag to resize

PFSiteTryGetSite Method (String, IIdentity)

Tries to get 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 TryGetSite(
	string siteName,
	IIdentity iIdentity
)

Parameters

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

Return Value

Type: PFSite
See Also