Gets or sets the previous block offset image path.
Namespace:
Endeca.Web.UI.WebControlsAssembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
[DefaultValueAttribute("")] [EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))] public string PreviousBlockImageUrl { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute("")> _ <EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _ Public Property PreviousBlockImageUrl As String |
| Visual C++ |
|---|
[DefaultValueAttribute(L"")] [EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))] public: property String^ PreviousBlockImageUrl { String^ get (); void set (String^ value); } |