Click or drag to resize

PFApplicationGetCurrentUserAvailableContexts Method

Gets the list of application contexts available to the current user.

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 Dictionary<long, string> GetCurrentUserAvailableContexts()

Return Value

Type: DictionaryInt64, String
[!:Dictionary<System.Int64, String>] containing ids and names of the contexts.
See Also