Gets or sets module allowed file extensions.

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public string[] AllowedFileExtensions { get; set; }
Visual Basic
Public Property AllowedFileExtensions As String()
	Get
	Set
Visual C++
public:
property array<String^>^ AllowedFileExtensions {
	array<String^>^ get ();
	void set (array<String^>^ value);
}
F#
member AllowedFileExtensions : string[] with get, set

Property Value

Type: array<String>[]()[][]

See Also