Click or drag to resize

SecurityUtilsIsContextAdmin Method (PFSite, PFUser, PFApplicationContext)

Returns true if user of site is context administrator of given context.

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,
	PFApplicationContext context
)

Parameters

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

Return Value

Type: Boolean
See Also