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

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public void SetSecurityMaxFlashSize(
	int kb
)
Visual Basic
Public Sub SetSecurityMaxFlashSize ( _
	kb As Integer _
)
Visual C++
public:
void SetSecurityMaxFlashSize(
	int kb
)

Parameters

kb
Type: System..::..Int32

See Also