get a specific redirection by id.

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

Syntax

C#
public IRedirection GetRedirectionById(
	int portalId,
	int id
)
Visual Basic
Public Function GetRedirectionById ( 
	portalId As Integer,
	id As Integer
) As IRedirection

Parameters

portalId
Type: System..::..Int32
the redirection belong's portal.
id
Type: System..::..Int32
redirection's id.

Return Value

redirection object.

Implements

IRedirectionController..::..GetRedirectionById(Int32, Int32)

See Also