Show / Hide Table of Contents

Class PortalController.PortalTemplateInfo

Inheritance
object
PortalController.PortalTemplateInfo
Inherited Members
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
[Obsolete("Deprecated in DotNetNuke 9.11.1. Use DotNetNuke.Entities.Portals.Templates.PortalTemplateInfo instead. Scheduled for removal in v11.0.0.")]
public class PortalController.PortalTemplateInfo

Constructors

PortalTemplateInfo(IHostSettings, string, string)

Declaration
public PortalTemplateInfo(IHostSettings hostSettings, string templateFilePath, string cultureCode)
Parameters
Type Name Description
IHostSettings hostSettings
string templateFilePath
string cultureCode

PortalTemplateInfo(string, string)

Declaration
public PortalTemplateInfo(string templateFilePath, string cultureCode)
Parameters
Type Name Description
string templateFilePath
string cultureCode

Properties

CultureCode

Declaration
public string CultureCode { get; }
Property Value
Type Description
string

Description

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

LanguageFilePath

Declaration
public string LanguageFilePath { get; }
Property Value
Type Description
string

Name

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

ResourceFilePath

Declaration
public string ResourceFilePath { get; }
Property Value
Type Description
string

TemplateFilePath

Declaration
public string TemplateFilePath { get; }
Property Value
Type Description
string

Extension Methods

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