Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Sync ====== Method of [[:scripting:api:repository:start|IRepository]] ===== Description ===== Request syncing with online repository ===== Parameters ===== * [[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]] **bAsync** = VARIANT_FALSE (optional) * [[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]] **bForce** = VARIANT_FALSE (optional) ===== Syntax ===== ==== JavaScript ==== <code javascript> Repository.Sync(bAsync, bForce); </code>==== Visual Basic Script ==== <code vb> Repository.Sync bAsync, bForce </code>==== C++ ==== <code cpp> HRESULT hr = Repository.Sync(bAsync, bForce); </code>===== See Also ===== [[:scripting:api:repository:start|IRepository]] ~~NOTOC~~