See Also

HtmlBoxUpload Class  | HtmlBoxUpload Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

InitialDirectory Property

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

Return Type

A string representing the initial directory of the file browser.

Remarks

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBoxUpload Class  | HtmlBoxUpload Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.