Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created July 21, 2017 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/d6b2c837a9f742a359a9131911c56608 to your computer and use it in GitHub Desktop.
Save bjoerntx/d6b2c837a9f742a359a9131911c56608 to your computer and use it in GitHub Desktop.
protected void Page_Load(object sender, EventArgs e)
{
TextControl1.SetFileDirectoryAsync(Server.MapPath("documents"),
TXTextControl.Web.FileType.Document);
TextControl1.SetFileDirectoryAsync(Server.MapPath("images"),
TXTextControl.Web.FileType.Image);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment