Click or drag to resize

PFApplicationIsVisibleForUser Method

Determines whether this application is visible for the specified user. This indicates if the user has any membership in the application contexts.

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 IsVisibleForUser(
	PFUser user
)

Parameters

user
Type: Packflow.CorePFUser

Return Value

Type: Boolean
See Also