Class PortalTemplateEventArgs
Inherited Members
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 |