summaryM:DotNetNuke.Entities.Portals.Internal.PortalTemplateIO.GetResourceFilePath(System.String)

Namespace: DotNetNuke.Entities.Portals.Internal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string GetResourceFilePath(
	string templateFilePath
)
Visual Basic
Public Function GetResourceFilePath ( 
	templateFilePath As String
) As String

Parameters

templateFilePath
Type: System..::..String
paramtemplateFilePathM:DotNetNuke.Entities.Portals.Internal.PortalTemplateIO.GetResourceFilePath(System.String)

Return Value

returnsM:DotNetNuke.Entities.Portals.Internal.PortalTemplateIO.GetResourceFilePath(System.String)

Implements

IPortalTemplateIO..::..GetResourceFilePath(String)

See Also