Path to folder where images for ImagesBrowser dialog is stored.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[DefaultValueAttribute("~/Uploads")]
[DescriptionAttribute("Path to folder where images for ImagesBrowser dialog is stored.")]
public string ImageBrowserPath { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("~/Uploads")> _
<DescriptionAttribute("Path to folder where images for ImagesBrowser dialog is stored.")> _
Public Property ImageBrowserPath As String
	Get
	Set

See Also