get a redirection list for portal.

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

Syntax

C#
public IList<IRedirection> GetRedirectionsByPortal(
	int portalId
)
Visual Basic
Public Function GetRedirectionsByPortal ( 
	portalId As Integer
) As IList(Of IRedirection)

Parameters

portalId
Type: System..::..Int32
redirection id.

Return Value

List of redirection.

Implements

IRedirectionController..::..GetRedirectionsByPortal(Int32)

See Also