summaryP:DotNetNuke.UI.WebControls.DnnTree.SystemImagesPath

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

Syntax

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

See Also