adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ServerSettings Class / Save Method / Save(ChangeLogParameters) Method
Options for generating an audit or snapshot for the save operation


In This Topic
    Save(ChangeLogParameters) Method
    In This Topic
    Saves the changes made to the settings
    Syntax
    'Declaration
     
    
    Public Overloads Sub Save( _
       ByVal auditRecord As ChangeLogParameters _
    ) 
    public void Save( 
       ChangeLogParameters auditRecord
    )
    public:
    void Save( 
       ChangeLogParameters^ auditRecord
    ) 

    Parameters

    auditRecord
    Options for generating an audit or snapshot for the save operation
    Exceptions
    ExceptionDescription
    Thrown if the user does not have Modify permission for the ServerSettings.
    See Also