UltimateEditor Class Library

UltimateEditor.LinkFileTypes Property

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

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

Property Value

The link file types allowed in Server Explorer. The default value is *.

Remarks

Multiple link file types can be specified using | as a separator. For example, the value of "aspx|htm|html" indicates that only three file types, namely aspx, htm, and html are allowed as links in Server Explorer. The value of "*" indicates that all file types are allowed as links in Server Explorer.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace