summaryP:DotNetNuke.UI.WebControls.DNNTextSuggest.SystemImagesPath

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.WebControls (in DotNetNuke.WebControls.dll)

Syntax

C#
[ClientPropertyAttribute]
[ClientPropertyNameAttribute("sysimgpath")]
[DefaultValueAttribute("images/")]
public string SystemImagesPath { get; set; }
Visual Basic
<ClientPropertyAttribute> 
<ClientPropertyNameAttribute("sysimgpath")> 
<DefaultValueAttribute("images/")> 
Public Property SystemImagesPath As String
	Get
	Set

See Also