Synchronize files of objects to current user file server. 'objects' - array or collection of objects to sync, 'withContent' - flag for each object also syncronize it's objects content, 'forced'=True do it immediately, 'forced'=False - add to sync list
Visual Basic |
---|
Public Sub SynchronizeObjects( _ ByVal Objects As Variant, _ Optional ByVal withContent As Variant, _ Optional ByVal forced As Variant _ ) |
- Objects
- withContent
- forced