Click or drag to resize

PFSiteGetApplicationVisibilitiesDisplay Method

Gets the list of all application visibilities. The results contain the display names of Application, Context and User.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<Tuple<string, string, string>> GetApplicationVisibilitiesDisplay()

Return Value

Type: ListTupleString, String, String
TupleT1, T2, T3
See Also