SetSecurityMaxTemplateSize Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| Editor..::..SetSecurityMaxTemplateSize Method |
| Editor Class See Also Send Feedback |
Specifies the max size in Kbytes of the template files that the user has access to upload
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public void SetSecurityMaxTemplateSize( int kb ) |
| Visual Basic |
|---|
Public Sub SetSecurityMaxTemplateSize ( _ kb As Integer _ ) |
| Visual C++ |
|---|
public: void SetSecurityMaxTemplateSize( int kb ) |
Parameters
- kb
- Type: System..::..Int32