Processes the resource file for the template file selected
Namespace: DotNetNuke.Entities.PortalsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
void ProcessResourceFileExplicit( string portalPath, string resoureceFile ) |
Visual Basic |
---|
Sub ProcessResourceFileExplicit ( portalPath As String, resoureceFile As String ) |
Parameters
- portalPath
- Type: System..::..String
New portal's folder
- resoureceFile
- Type: System..::..String
full path to the resource file
Remarks
The resource file is a zip file with the same name as the selected template file and with
an extension of .resources (to disable this file being downloaded).
For example: for template file "portal.template" a resource file "portal.template.resources" can be defined.