CommonItemDialog.RootDirectory Property

Definition

Gets or sets the directory displayed as the navigation root for the dialog.

public:
 property System::String ^ RootDirectory { System::String ^ get(); void set(System::String ^ value); };
public string RootDirectory { get; set; }
member this.RootDirectory : string with get, set
Public Property RootDirectory As String

Property Value

Remarks

Items in the navigation pane are replaced with the specified item, to guide the user from navigating outside of the namespace.

Applies to