Click or drag to resize

PFApplicationVisibility_GetGroups Method

Gets the ids of groups having access to this application, through a specific context if specified.

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 List<long> Visibility_GetGroups(
	long appContextId = 0
)

Parameters

appContextId (Optional)
Type: SystemInt64
An optional application context id.

Return Value

Type: ListInt64
[!:List<System.Int64>]
See Also