adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ADTIndependentObject Class / SaveWithAuditOrSnapshot Method / SaveWithAuditOrSnapshot(ChangeLogParameters,MessageCollection) Method
Information to record in the change log.
On return, contains result messages from the operation.


In This Topic
    SaveWithAuditOrSnapshot(ChangeLogParameters,MessageCollection) Method
    In This Topic
    Saves the object and records an entry in the object change log. Returns a collection of error messages if the operation fails.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function SaveWithAuditOrSnapshot( _
       ByVal auditRecord As ChangeLogParameters, _
       ByRef messages As MessageCollection _
    ) As Boolean
    public virtual bool SaveWithAuditOrSnapshot( 
       ChangeLogParameters auditRecord,
       out MessageCollection messages
    )
    public:
    virtual bool SaveWithAuditOrSnapshot( 
       ChangeLogParameters^ auditRecord,
       [Out] MessageCollection^ messages
    ) 

    Parameters

    auditRecord
    Information to record in the change log.
    messages
    On return, contains result messages from the operation.

    Return Value

    true if the object was saved, or false if an error occurred.
    See Also