Click or drag to resize

PFRelation_ApplicationContextGetByGuid Method

Gets an application context by its GUID. Use 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 override PFApplicationContext GetByGuid(
	Guid appCtxGuid
)

Parameters

appCtxGuid
Type: SystemGuid

Return Value

Type: PFApplicationContext
See Also