get a specific redirection by id.
Namespace: DotNetNuke.Services.MobileAssembly: 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.