Click or drag to resize

PFRelation_SiteApplicationGetByGuid Method

Gets an application by its GUID. Uses cache if available.

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 PFApplication GetByGuid(
	Guid appGuid
)

Parameters

appGuid
Type: SystemGuid

Return Value

Type: PFApplication
See Also