Click or drag to resize

PFUserNavigationPanelHubTogglePin Method

Makes a navigation entry pinned or unpinned.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public void TogglePin(
	long applicationId,
	string objectGuidText,
	string objectReferenceText,
	bool mustBePinned
)

Parameters

applicationId
Type: SystemInt64
The application id.
objectGuidText
Type: SystemString
The object guid.
objectReferenceText
Type: SystemString
The PFObjectReference text.
mustBePinned
Type: SystemBoolean
Entry is pinned if True, else unpinned.
Exceptions
ExceptionCondition
ArgumentExceptionObject guid empty
ObjectNotFoundExceptionReferenced object not found.
ValidationExceptionThis kind of object is not compatible with navigation entries.
See Also