KaxUploadTargetFolder Property |
Gets or sets the virtual path of the folder, where KaxUpload will automatically save the valid files after the upload completes.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string TargetFolder { get; set; }
Public Property TargetFolder As String
Get
Set
public:
property String^ TargetFolder {
String^ get ();
void set (String^ value);
}
member TargetFolder : string with get, set
Property Value
Type:
String
A string containing the virtual path of the folder where KaxUpload will automatically save the valid files
after the upload completes. The default value is
string.Empty.
RemarksWhen set to string.Empty, the files must be saved manually to the desired location.
If both TargetPhysicalFolder property and this property are set, the
TargetPhysicalFolder will override the virtual path provided by TargetFolder.
See Also