RadEditor for ASP.NET

RadEditor Send comments on this topic.
UploadDocumentsPaths Property
See Also 
Telerik.WebControls Namespace > RadEditor Class : UploadDocumentsPaths Property


Gets or sets the paths where the RadEditor will be able to upload documents.   

 

Namespace: Telerik.WebControls
Assembly: RadEditor (in RadEditor.dll)

Syntax

Visual Basic (Declaration) 
Public Property UploadDocumentsPaths As String()
Visual Basic (Usage)Copy Code
Dim instance As RadEditor
Dim value() As String
 
instance.UploadDocumentsPaths = value
 
value = instance.UploadDocumentsPaths
C# 
public string[] UploadDocumentsPaths {get; set;}

Return Value

A string array which contains the paths where the RadEditor will look for documents. The default value is empty string array.

Example

For example see the DocumentsPaths property.

Remarks

If a folder is present in UploadDocumentsPaths, but is missing from DocumentsPaths it will not be visible in the Document Manager dialog.

Use "~/" (tilde) as a substitution of the web-application's root directory.

Note: in the ASPX declaration the folders are comma separated string; in the code behind they are string array.

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also