Gets or sets the maximum file size in bytes allowed for uploading with the Template
Manager dialog.
Namespace: Telerik.WebControls
Assembly: RadEditor (in RadEditor.dll)
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property MaxTemplateSize As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RadEditor
Dim value As Integer
instance.MaxTemplateSize = value
value = instance.MaxTemplateSize
|
| C# | |
|---|
public int MaxTemplateSize {get; set;} |
Return Value
The maximum file size in bytes allowed for uploading with the Template Manager
dialog. The default value is
204800 bytes.
Remarks
Requirements
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also