Class PortalTemplateInfo
Inheritance
System.Object
PortalTemplateInfo
Assembly: DotNetNuke.dll
Syntax
public class PortalTemplateInfo : object, IPortalTemplateInfo
Constructors
|
Improve this Doc
View Source
PortalTemplateInfo(String, String)
Declaration
public PortalTemplateInfo(string templateFilePath, string cultureCode)
Parameters
Type |
Name |
Description |
System.String |
templateFilePath |
|
System.String |
cultureCode |
|
Properties
|
Improve this Doc
View Source
CultureCode
Declaration
public string CultureCode { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LanguageFilePath
Declaration
public string LanguageFilePath { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ResourceFilePath
Declaration
public string ResourceFilePath { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TemplateFilePath
Declaration
public string TemplateFilePath { get; }
Property Value
Type |
Description |
System.String |
|
Implements
Extension Methods