Click or drag to resize

SecurityUtilsIsSiteAdmin Method (PFSite)

Returns true if current user of site is site admin.

Namespace:  Packflow.Utils
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static bool IsSiteAdmin(
	PFSite currentSite
)

Parameters

currentSite
Type: Packflow.CorePFSite

Return Value

Type: Boolean
See Also