Click or drag to resize

PFRelation_SiteApplicationGetById Method (Int64)

Gets an application by its id. 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 GetById(
	long appId
)

Parameters

appId
Type: SystemInt64

Return Value

Type: PFApplication
See Also