Click or drag to resize

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; }

Property Value

Type: IEnumerableString
The selected node path.
See Also