Click or drag to resize

PFUserPermissionHubGetApplications Method

Gets the list of applications, with ids and display 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>> GetApplications()

Return Value

Type: ListKeyValuePairInt64, String
See Also