ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / C1RulesManager Class / SaveRules Method / SaveRules(String) Method

In This Topic
    SaveRules(String) Method
    In This Topic
    Saves the Rules definition into an XML file.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SaveRules( _
       ByVal fileName As String _
    ) 
    public void SaveRules( 
       string fileName
    )

    Parameters

    fileName
    See Also