Class PortalTemplateEventArgs
Inheritance
System.Object
PortalTemplateEventArgs
Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke.dll
Syntax
public class PortalTemplateEventArgs : EventArgs
Properties
| Improve this Doc View SourcePortalId
Declaration
public int PortalId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TemplatePath
Declaration
public string TemplatePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |