Click or drag to resize

PFApplicationTryTranslateApplicationContextId Method

Tries to get corresponding application context id from this application to another using reference group. If an application context with the same reference group is found, its 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 long TryTranslateApplicationContextId(
	long localApplicationContextId,
	PFApplication secondApplication
)

Parameters

localApplicationContextId
Type: SystemInt64
secondApplication
Type: Packflow.CorePFApplication

Return Value

Type: Int64
See Also