FileManagerDialogConfigurationViewPaths Property |
Gets or sets the view paths of the FileManager dialog.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string[] ViewPaths { get; set; }
Public Property ViewPaths As String()
Get
Set
public:
property array<String^>^ ViewPaths {
array<String^>^ get ();
void set (array<String^>^ value);
}
member ViewPaths : string[] with 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