| ContentDialogModelSelectedNodePath Property |
Gets or sets the selected node path.
Namespace:
Dynamicweb.Management.Content.Dialogs.Models
Assembly:
Dynamicweb.Management.Content (in Dynamicweb.Management.Content.dll) Version: 2.7.2
Syntax public IEnumerable<string> SelectedNodePath { get; set; }
Public Property SelectedNodePath As IEnumerable(Of String)
Get
Set
Property Value
Type:
IEnumerableString
The selected node path.
See Also