MultipleSelectionDialogHelperRemoveSelectedPage Method |
Removes selected page from session.
Namespace: CMS.UIControls.InternalAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax public static void RemoveSelectedPage(
int nodeId,
string nodeAliasPath
)
Parameters
- nodeId
- Type: SystemInt32
Selected page node id. - nodeAliasPath
- Type: SystemString
Selected page node alias path.
See Also