summaryM:DotNetNuke.Common.Utilities.UrlController.GetUrlLog(System.Int32,System.String,System.Int32,System.DateTime,System.DateTime)

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

Syntax

C#
public ArrayList GetUrlLog(
	int PortalID,
	string Url,
	int ModuleId,
	DateTime StartDate,
	DateTime EndDate
)
Visual Basic
Public Function GetUrlLog ( 
	PortalID As Integer,
	Url As String,
	ModuleId As Integer,
	StartDate As DateTime,
	EndDate As DateTime
) As ArrayList

Parameters

PortalID
Type: System..::..Int32
paramPortalIDM:DotNetNuke.Common.Utilities.UrlController.GetUrlLog(System.Int32,System.String,System.Int32,System.DateTime,System.DateTime)
Url
Type: System..::..String
paramUrlM:DotNetNuke.Common.Utilities.UrlController.GetUrlLog(System.Int32,System.String,System.Int32,System.DateTime,System.DateTime)
ModuleId
Type: System..::..Int32
paramModuleIdM:DotNetNuke.Common.Utilities.UrlController.GetUrlLog(System.Int32,System.String,System.Int32,System.DateTime,System.DateTime)
StartDate
Type: System..::..DateTime
paramStartDateM:DotNetNuke.Common.Utilities.UrlController.GetUrlLog(System.Int32,System.String,System.Int32,System.DateTime,System.DateTime)
EndDate
Type: System..::..DateTime
paramEndDateM:DotNetNuke.Common.Utilities.UrlController.GetUrlLog(System.Int32,System.String,System.Int32,System.DateTime,System.DateTime)

Return Value

returnsM:DotNetNuke.Common.Utilities.UrlController.GetUrlLog(System.Int32,System.String,System.Int32,System.DateTime,System.DateTime)

See Also