PFApplicationIsCurrentUserContextAdmin Method (String) |
Determines whether the current user is administrator
of a context (any or the specified one) of this application.
This method uses an optimized cache.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public bool IsCurrentUserContextAdmin(
string contextName
)
Parameters
- contextName
- Type: SystemString
An application context name.
Return Value
Type:
Boolean
True if administrator, else False.
See Also