Gets the upload module skip KB.

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

Syntax

C#
public static int UploadModuleSkipKB { get; }
Visual Basic
Public Shared ReadOnly Property UploadModuleSkipKB As Integer
	Get
Visual C++
public:
static property int UploadModuleSkipKB {
	int get ();
}

Field Value

The upload module skip KB.

See Also