UltimateEditor Class Library

UltimateEditor.FlashFileTypes Property

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

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

Property Value

The Flash file types allowed in Server Explorer. The default value is flv|swf.

Remarks

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

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace