GetLogFile gets the filename for the version's log file

Namespace: DotNetNuke.Services.Upgrade
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string GetLogFile(
	string providerPath,
	Version version
)
Visual Basic
Public Shared Function GetLogFile ( 
	providerPath As String,
	version As Version
) As String

Parameters

providerPath
Type: System..::..String
The path to the Data Provider
version
Type: System..::..Version
The Version

Return Value

returnsM:DotNetNuke.Services.Upgrade.Upgrade.GetLogFile(System.String,System.Version)

Remarks