Click or drag to resize
MultipleSelectionDialogHelperAddSelectedPage Method
Adds selected page into session.

Namespace: CMS.UIControls.Internal
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
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