Click or drag to resize

PFSiteTryTranslateApplicationContextId Method

Tries to get corresponding application context id from an application to another using reference group. If an application context with the same reference group is found, his id is returned. Else -1.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static long TryTranslateApplicationContextId(
	PFApplication firstApplication,
	long firstApplicationContextId,
	PFApplication secondApplication
)

Parameters

firstApplication
Type: Packflow.CorePFApplication
firstApplicationContextId
Type: SystemInt64
secondApplication
Type: Packflow.CorePFApplication

Return Value

Type: Int64
See Also