Click or drag to resize

PFApplicationGetContextCorrespondingReferenceGroup Method

Gets the reference group id corresponding to the specified application context 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 GetContextCorrespondingReferenceGroup(
	long contextId
)

Parameters

contextId
Type: SystemInt64
Id of the application context.

Return Value

Type: Int64
Int64
See Also