Click or drag to resize

PFServiceGetSite Method

Gets the current Packflow site.

Namespace:  Packflow.Interface.Services
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected PFSite GetSite(
	string operationName,
	bool disablePerformanceTest = false
)

Parameters

operationName
Type: SystemString
disablePerformanceTest (Optional)
Type: SystemBoolean

Return Value

Type: PFSite
See Also