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 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 See Also