Interface IPortalTemplateController
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IPortalTemplateController
Methods
ApplyPortalTemplate(int, IPortalTemplateInfo, int, PortalTemplateModuleAction, bool)
Declaration
void ApplyPortalTemplate(int portalId, IPortalTemplateInfo template, int administratorId, PortalTemplateModuleAction mergeTabs, bool isNewPortal)
Parameters
ExportPortalTemplate(int, string, string, bool, IEnumerable<string>, string, IEnumerable<int>, bool, bool, bool, bool, bool)
Declaration
(bool success, string message) ExportPortalTemplate(int portalId, string fileName, string description, bool isMultiLanguage, IEnumerable<string> locales, string localizationCulture, IEnumerable<int> exportTabIds, bool includeContent, bool includeFiles, bool includeModules, bool includeProfile, bool includeRoles)
Parameters
Returns
GetPortalTemplate(string, string)
Declaration
IPortalTemplateInfo GetPortalTemplate(string templatePath, string cultureCode)
Parameters
Type |
Name |
Description |
string |
templatePath |
|
string |
cultureCode |
|
Returns
GetPortalTemplates()
Declaration
IList<IPortalTemplateInfo> GetPortalTemplates()
Returns
Extension Methods