adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ImportExportFacility Class / SetSourceFromSnapshot Method
The ObjectChangeLog representing the snapshot to use.


In This Topic
    SetSourceFromSnapshot Method
    In This Topic
    Sets the source from an object snapshot.
    Syntax
    'Declaration
     
    
    Public Sub SetSourceFromSnapshot( _
       ByVal source As ObjectChangeLog _
    ) 
    public void SetSourceFromSnapshot( 
       ObjectChangeLog source
    )
    public:
    void SetSourceFromSnapshot( 
       ObjectChangeLog^ source
    ) 

    Parameters

    source
    The ObjectChangeLog representing the snapshot to use.
    See Also