Show / Hide Table of Contents

Class ClientResourcePath

Inheritance
object
ClientResourcePath
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.Client.ClientResourceManagement
Assembly: DotNetNuke.Web.Client.dll
Syntax
public class ClientResourcePath

Constructors

ClientResourcePath()

Declaration
public ClientResourcePath()

Properties

BindingContainer

Declaration
public Control BindingContainer { get; }
Property Value
Type Description
Control

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Parent

Declaration
public ClientResourceLoader Parent { get; }
Property Value
Type Description
ClientResourceLoader

Path

Declaration
public string Path { get; set; }
Property Value
Type Description
string

Methods

DataBind()

Declaration
public void DataBind()

OnDataBinding(EventArgs)

Declaration
protected void OnDataBinding(EventArgs e)
Parameters
Type Name Description
EventArgs e

Events

DataBinding

Declaration
public event EventHandler DataBinding
Event Type
Type Description
EventHandler

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS