Dart.PowerWEB.TextBox Namespace > HtmlBoxUpload Class : InitialDirectory Property |
Gets or sets the initial directory of the file browser.
[Visual Basic]
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property InitialDirectory As String
[C#]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public string InitialDirectory {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property string* get_InitialDirectory();
public: __property void set_InitialDirectory(
string* value
);
[C++/CLI]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property String^ InitialDirectory {
String^ get();
void set (String^ value);
}
A string representing the initial directory of the file browser.
Each upload dialog instance has a file browser associated with it which displays files on the server. This property sets the directory which the file browser is initialized to when the upload is first displayed. Any files uploaded will be stored in this directory. This property gets it's initial value from the HtmlBox.UploadedFiles property.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBoxUpload Class | HtmlBoxUpload Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.