userSetWebConduitSyncState( )

Turns Web content synchronization on or off for an individual user.

Pseudocode
userSetWebConduitSyncState(
  unsigned int userId,
  boolean sync
);
Parameters
  • userId   The unique user ID.

  • sync   Set to true to synchronize Web content, false to do nothing.

Returns
None