Gets or sets the paths where the RadEditor will be able to upload templates.
Namespace: Telerik.WebControls
Assembly: RadEditor (in RadEditor.dll)
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property UploadTemplatePaths As String() |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RadEditor
Dim value() As String
instance.UploadTemplatePaths = value
value = instance.UploadTemplatePaths
|
| C# | |
|---|
public string[] UploadTemplatePaths {get; set;} |
Return Value
A string array which contains the paths where the RadEditor will be able to upload templates.
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