Show / Hide Table of Contents

Class PortalTemplateEventArgs

Inheritance
object
EventArgs
PortalTemplateEventArgs
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke.dll
Syntax
public class PortalTemplateEventArgs : EventArgs

Constructors

PortalTemplateEventArgs()

Declaration
public PortalTemplateEventArgs()

Properties

PortalId

Declaration
public int PortalId { get; set; }
Property Value
Type Description
int

TemplatePath

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

Extension Methods

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