DeleteRule method
The DeleteRule method deletes the specified document integrity rule from a SetupNode object.
Description
For a description of document integrity rules, see AddRule method.Syntax
- VBScript
oSNO.DeleteRule(nIndex as Long) as Boolean
- C#
bool DeleteRule(int nIndex)
Arguments
- nIndex
- The index of the rule to delete, where 0 is the first rule that is specified under this SetupNode object.