Gets or sets the allowed file extensions for uploading.

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

Syntax

C#
public string AllowedFileExtensions { get; set; }
Visual Basic
Public Property AllowedFileExtensions As String
	Get
	Set
Visual C++
public:
property String^ AllowedFileExtensions {
	String^ get ();
	void set (String^ value);
}

Field Value

A comma-separated list of allowed extensions

See Also