summaryP:DotNetNuke.UI.WebControls.DNNMenu.SystemImagesPath
Namespace: DotNetNuke.UI.WebControlsAssembly: 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 |