Click or drag to resize

PFUserNavigationPanelHubChangePanelStates Method

Called when the state (opened/closed) of the navigation panel or its sections changes (from client-side).

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 ChangePanelStates(
	long applicationId,
	bool panelOpened,
	bool pinnedSectionOpened,
	bool openedSectionOpened,
	bool recentSectionOpened
)

Parameters

applicationId
Type: SystemInt64
The application id.
panelOpened
Type: SystemBoolean
True if the navigation panel is open, else False.
pinnedSectionOpened
Type: SystemBoolean
True if the "Pinned" section is open, else False.
openedSectionOpened
Type: SystemBoolean
True if the "Opened" section is open, else False.
recentSectionOpened
Type: SystemBoolean
True if the "Recent" section is open, else False.
See Also