C-DEngine 5.105

nmiCtrlDropUploader..::..MaxFileSize Property

Sets the maximum allowed file size to be sent to the relay

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int MaxFileSize { get; set; }
Public Property MaxFileSize As Integer
	Get
	Set
public:
property int^ MaxFileSize {
	int^ get ();
	void set (int^ value);
}