System.Web.UI.WebControls.TreeView.GetNodeIconUrl C# (CSharp) Method

GetNodeIconUrl() private method

private GetNodeIconUrl ( string icon ) : string
icon string
return string
		string GetNodeIconUrl (string icon)
		{
			return Page.ClientScript.GetWebResourceUrl (typeof (TreeView), icon + ".gif");
		}