Show / Hide Table of Contents

Class NavigationEventArgs

Inheritance
object
NavigationEventArgs
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Modules.NavigationProvider
Assembly: DotNetNuke.dll
Syntax
public class NavigationEventArgs

Constructors

NavigationEventArgs(string, DNNNode)

Declaration
public NavigationEventArgs(string strID, DNNNode objNode)
Parameters
Type Name Description
string strID
DNNNode objNode

Fields

ID

Declaration
public string ID
Field Value
Type Description
string

Node

Declaration
public DNNNode Node
Field Value
Type Description
DNNNode

Extension Methods

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