Click or drag to resize

PFObjectReferenceGetObjectT Method

Gets the referenced Packflow object from the specified site.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public T GetObject<T>(
	PFSite site
)
where T : PFBaseObject

Parameters

site
Type: Packflow.CorePFSite

Type Parameters

T

Return Value

Type: T
See Also