Gets or sets the paths where the RadEditor will be able to upload media files.
Namespace: Telerik.WebControls
Assembly: RadEditor (in RadEditor.dll)
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property UploadMediaPaths As String() |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RadEditor
Dim value() As String
instance.UploadMediaPaths = value
value = instance.UploadMediaPaths
|
| C# | |
|---|
public string[] UploadMediaPaths {get; set;} |
Return Value
A string array which contains the paths where the RadEditor be able to upload
media files. The default value is empty string array.
Example
Remarks
Requirements
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also