adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ADTIndependentObject Class / SaveWithAuditOrSnapshot Method / SaveWithAuditOrSnapshot(ChangeLogParameters) Method
Information to record in the change log.


In This Topic
    SaveWithAuditOrSnapshot(ChangeLogParameters) Method
    In This Topic
    Saves the object and records an entry in the object change log. Throws an exception if the operation fails
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub SaveWithAuditOrSnapshot( _
       ByVal auditRecord As ChangeLogParameters _
    ) 
    public virtual void SaveWithAuditOrSnapshot( 
       ChangeLogParameters auditRecord
    )
    public:
    virtual void SaveWithAuditOrSnapshot( 
       ChangeLogParameters^ auditRecord
    ) 

    Parameters

    auditRecord
    Information to record in the change log.
    See Also