Back to Devexpress

ASPxRichEdit.WorkDirectory Property

aspnet-devexpress-dot-web-dot-aspxrichedit-dot-aspxrichedit-6a7bb583.md

latest1.5 KB
Original Source

ASPxRichEdit.WorkDirectory Property

Specifies the work directory.

Namespace : DevExpress.Web.ASPxRichEdit

Assembly : DevExpress.Web.ASPxRichEdit.v25.2.dll

NuGet Package : DevExpress.Web.Office

Declaration

csharp
[DefaultValue("")]
public string WorkDirectory { get; set; }
vb
<DefaultValue("")>
Public Property WorkDirectory As String

Property Value

TypeDefaultDescription
StringString.Empty

The work directory.

|

Remarks

Specify the WorkDirectory property to enable the Open and Save As UI commands. Users cannot access the file system outside the specified directory.

aspx
<dx:ASPxRichEdit ID="ASPxRichEdit1" runat="server" WorkDirectory="~/App_Data/WorkDirectory" >
</dx:ASPxRichEdit>

See Also

ASPxRichEdit Class

ASPxRichEdit Members

DevExpress.Web.ASPxRichEdit Namespace