Dart.PowerWEB.TextBox Namespace > HtmlBox Class : UploadedFilesDirectory Property |
Gets or sets a virtual, relative, or absolute pathname of the directory where all files are uploaded.
[Visual Basic]
<DefaultValueAttribute()>
<DescriptionAttribute("Gets/sets a value which indicates the directory to use for uploading/opening files.")>
<CategoryAttribute("Behavior")>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Dart.PowerWEB.TextBox.SelectDirectory, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")>
Public Property UploadedFilesDirectory As String
[C#]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets/sets a value which indicates the directory to use for uploading/opening files.")]
[CategoryAttribute("Behavior")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Dart.PowerWEB.TextBox.SelectDirectory, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")]
public string UploadedFilesDirectory {get; set;}
[C++]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets/sets a value which indicates the directory to use for uploading/opening files.")]
[CategoryAttribute("Behavior")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Dart.PowerWEB.TextBox.SelectDirectory, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")]
public: __property string* get_UploadedFilesDirectory();
public: __property void set_UploadedFilesDirectory(
string* value
);
[C++/CLI]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets/sets a value which indicates the directory to use for uploading/opening files.")]
[CategoryAttribute("Behavior")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Dart.PowerWEB.TextBox.SelectDirectory, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")]
public:
property String^ UploadedFilesDirectory {
String^ get();
void set (String^ value);
}
A string representing the virtual, relative, or absolute pathname of the directory where all files uploaded using the HtmlBox are stored. The default value is "/PowerWEB_TextBox_Common/uploadedfiles".
This property impacts all ToolbarUploadButton controls on the toolbar. Each ToolbarUploadButton has a ToolbarUploadButton.Upload property representing the upload dialog that will be displayed to the user when the button is clicked. The user can use this dialog to upload files. This upload dialog, by default, will upload files to the directory specified by this property. If you have multiple ToolbarUploadButton controls on the toolbar, they will all upload to this directory by default. If you want to change this so multiple ToolbarUploadButton controls upload to different directories, you must do this on the ToolbarUploadButton level instead of setting this property, which acts globally.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.