Click or drag to resize

PFApplicationIsContextAvailableForCurrentUser Method (Int64)

Determines whether this application is visible for the current user through a specific application context. This indicates if the user has any membership in the context.

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
C#
public bool IsContextAvailableForCurrentUser(
	long contextId
)

Parameters

contextId
Type: SystemInt64
An application context id.

Return Value

Type: Boolean
True if available, else False.
See Also