Specifies the max size in Kbytes of the template files that the user has access to upload

Namespace: CuteEditor
Assembly: 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

See Also