Click or drag to resize

PFSiteTryGetSite Method (String, WindowsIdentity)

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,
	WindowsIdentity winIdentity
)

Parameters

siteName
Type: SystemString
winIdentity
Type: System.Security.PrincipalWindowsIdentity

Return Value

Type: PFSite
See Also