Class UrlController
Inheritance
System.Object
UrlController
Assembly: DotNetNuke.dll
Syntax
public class UrlController : object
Methods
|
Improve this Doc
View Source
DeleteUrl(Int32, String)
Declaration
public void DeleteUrl(int portalID, string url)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
url |
|
|
Improve this Doc
View Source
GetUrl(Int32, String)
Declaration
public UrlInfo GetUrl(int portalID, string url)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
url |
|
Returns
|
Improve this Doc
View Source
GetUrlLog(Int32, String, Int32, DateTime, DateTime)
Declaration
public ArrayList GetUrlLog(int portalID, string url, int moduleId, DateTime startDate, DateTime endDate)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
url |
|
System.Int32 |
moduleId |
|
DateTime |
startDate |
|
DateTime |
endDate |
|
Returns
Type |
Description |
ArrayList |
|
|
Improve this Doc
View Source
GetUrls(Int32)
Declaration
public ArrayList GetUrls(int portalID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
Returns
Type |
Description |
ArrayList |
|
|
Improve this Doc
View Source
GetUrlTracking(Int32, String, Int32)
Declaration
public UrlTrackingInfo GetUrlTracking(int portalID, string url, int moduleId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
url |
|
System.Int32 |
moduleId |
|
Returns
|
Improve this Doc
View Source
UpdateUrl(Int32, String, String, Boolean, Boolean, Int32, Boolean)
Declaration
public void UpdateUrl(int portalID, string url, string urlType, bool logActivity, bool trackClicks, int moduleID, bool newWindow)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
url |
|
System.String |
urlType |
|
System.Boolean |
logActivity |
|
System.Boolean |
trackClicks |
|
System.Int32 |
moduleID |
|
System.Boolean |
newWindow |
|
|
Improve this Doc
View Source
UpdateUrl(Int32, String, String, Int32, DateTime, DateTime, Boolean, Boolean, Int32, Boolean)
Declaration
public void UpdateUrl(int portalID, string url, string urlType, int clicks, DateTime lastClick, DateTime createdDate, bool logActivity, bool trackClicks, int moduleID, bool newWindow)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
url |
|
System.String |
urlType |
|
System.Int32 |
clicks |
|
DateTime |
lastClick |
|
DateTime |
createdDate |
|
System.Boolean |
logActivity |
|
System.Boolean |
trackClicks |
|
System.Int32 |
moduleID |
|
System.Boolean |
newWindow |
|
|
Improve this Doc
View Source
UpdateUrlTracking(Int32, String, Int32, Int32)
Declaration
public void UpdateUrlTracking(int portalID, string url, int moduleId, int userID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
url |
|
System.Int32 |
moduleId |
|
System.Int32 |
userID |
|
Extension Methods