UltimateEditor Class Library

UltimateEditor.WindowsMediaFileTypes Property

Gets or sets a value that indicates the Windows Media file types allowed in Server Explorer.

[Visual Basic]
Public Property WindowsMediaFileTypes As String
[C#]
public string WindowsMediaFileTypes {get; set;}

Property Value

The Windows Media file types allowed in Server Explorer. The default value is asf|avi|mid|mp3|mpeg|mpg|wav|wma|wmv.

Remarks

Multiple Windows Media file types can be specified using | as a separator. For example, the value of "mpg|wmv" indicates that only two file types, namely mpg and wmv are allowed as Windows Media files in Server Explorer. The value of "*" indicates that all file types are allowed as Windows Media files in Server Explorer.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace