Click or drag to resize
MultipleSelectionDialogHelper Class
Handles selected pages in session.
Inheritance Hierarchy
SystemObject
  CMS.UIControls.InternalMultipleSelectionDialogHelper

Namespace: CMS.UIControls.Internal
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
public static class MultipleSelectionDialogHelper

The MultipleSelectionDialogHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddSelectedPage
Adds selected page into session.
Public methodStatic memberClearSelectedPages
Clears selected pages from session.
Public methodStatic memberGetSelectedPageIds
Returns ids of selected pages from session.
Public methodStatic memberRemoveSelectedPage
Removes selected page from session.
Top
See Also