Specifies the max size in Kbytes of the image files that the user has access to upload.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public void SetSecurityMaxImageSize( int kb ) |
Visual Basic |
---|
Public Sub SetSecurityMaxImageSize ( _ kb As Integer _ ) |
Visual C++ |
---|
public: void SetSecurityMaxImageSize( int kb ) |
Parameters
- kb
- Type: System..::..Int32