Click or drag to resize
FileManagerDialogConfigurationViewPaths Property
Gets or sets the view paths of the FileManager dialog.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string[] ViewPaths { get; set; }

Property Value

Type: String
A String array, containing virtual paths which subfolders and files the FileManager dialog will search and display. The default value is an empty String array.
See Also