Click or drag to resize

SecurityUtilsIsContextAdmin Method (PFSite, PFUser)

Returns true if current user of site is context administrator of at least one administrable app.

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 IsContextAdmin(
	PFSite currentSite,
	PFUser user
)

Parameters

currentSite
Type: Packflow.CorePFSite
user
Type: Packflow.CorePFUser

Return Value

Type: Boolean
See Also