Click or drag to resize

PFUserApplicationsVisibilityGetReferenceGroupAvailableApplications Method

Gets the list of application ids having one context using the specified reference group.

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> GetReferenceGroupAvailableApplications(
	long referenceGroupId
)

Parameters

referenceGroupId
Type: SystemInt64
Id of the reference group.

Return Value

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