Gets the path for the specificed Config file

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string GetPathToFile(
	Config..::..ConfigFileType file
)
Visual Basic
Public Shared Function GetPathToFile ( 
	file As Config..::..ConfigFileType
) As String

Parameters

file
Type: DotNetNuke.Common.Utilities..::..Config..::..ConfigFileType
The config.file to get the path for

Return Value

fully qualified path to the file

Remarks

Will copy the file from the template directory as requried

See Also