IFileTypeLimitationAllowedExtensions Property
|
Gets/sets the allowed extensions
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax string[] AllowedExtensions { get; set; }
Property AllowedExtensions As String()
Get
Set
property array<String^>^ AllowedExtensions {
array<String^>^ get ();
void set (array<String^>^ value);
}
abstract AllowedExtensions : string[] with get, set
Property Value
Type:
StringRemarks Not
See Also