summaryP:DotNetNuke.UI.WebControls.DNNMenu.SystemImagesPath

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

Syntax

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

See Also