Click or drag to resize

PFRelation_ApplicationContextGetById Method (Int64, Boolean)

Gets an application context by its id.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public override PFApplicationContext GetById(
	long appCtxId,
	bool useCache
)

Parameters

appCtxId
Type: SystemInt64
Id of the application context.
useCache
Type: SystemBoolean
If set to true, the context will be retrieved from the local cache (loaded if not yet).

Return Value

Type: PFApplicationContext
PFApplicationContext
See Also