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