Click or drag to resize

PFUserPermissionHubGetContexts Method

Gets the contexts of an application, with ids and names.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public List<KeyValuePair<long, string>> GetContexts(
	long appId
)

Parameters

appId
Type: SystemInt64

Return Value

Type: ListKeyValuePairInt64, String
See Also