UltimateEditor Class Library

UltimateEditor.AttachmentFileTypes Property

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

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

Property Value

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

Remarks

Multiple attachment file types can be specified using | as a separator. For example, the value of "gif|txt|zip" indicates that only three file types, namely gif, txt, and zip are allowed as attachments in Server Explorer. The value of "*" indicates that all file types are allowed as attachments in Server Explorer.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace