Click or drag to resize

PFApplicationGetReferenceGroupCorrespondingContext Method

Gets the application context id corresponding to the specified reference group id in this application.

A reference group is an organizational (site scope) group used as reference on a context.

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

Parameters

referenceGroupId
Type: SystemInt64
Id of the reference group.

Return Value

Type: Int64
Int64
See Also