PFApplicationIsCurrentUserContextAdmin Method (Int64) | 
 
            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)
Syntaxpublic bool IsCurrentUserContextAdmin(
	long contextId = 0
)
Parameters
- contextId (Optional)
 - Type: SystemInt64
Optional. An application context id. 
Return Value
Type: 
Boolean
            True if administrator, else False.
            
See Also