[This is preliminary documentation and is subject to change.]

Deletes the Rule at given ruleId from RuleBase

Namespace:  OfficeClip.DBLayer.Rules
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void DeleteRule(
	int ruleId
)
Visual Basic (Declaration)
Public Sub DeleteRule ( _
	ruleId As Integer _
)
Visual C++
public:
void DeleteRule(
	int ruleId
)

Parameters

ruleId
Type: System..::.Int32
ruleId of the rule as int

See Also