delete a redirection's match rule.

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

Syntax

C#
public void DeleteRule(
	int portalId,
	int redirectionId,
	int ruleId
)
Visual Basic
Public Sub DeleteRule ( 
	portalId As Integer,
	redirectionId As Integer,
	ruleId As Integer
)

Parameters

portalId
Type: System..::..Int32
Portal's id.
redirectionId
Type: System..::..Int32
the redirection's id.
ruleId
Type: System..::..Int32
the rule's id.

Implements

IRedirectionController..::..DeleteRule(Int32, Int32, Int32)

See Also