save a redirection. If redirection.Id equals Null.NullInteger(-1), that means need to add a new redirection; otherwise will update the redirection by redirection.Id.

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

Syntax

C#
public void Save(
	IRedirection redirection
)
Visual Basic
Public Sub Save ( 
	redirection As IRedirection
)

Parameters

redirection
Type: DotNetNuke.Services.Mobile..::..IRedirection
redirection object.

Implements

IRedirectionController..::..Save(IRedirection)

See Also