Pulls the list of groups from the Remote. This function is only available to accounts with admin status on the Remote.
(&self)
| 528 | /// Pulls the list of groups from the Remote. |
| 529 | /// This function is only available to accounts with admin status on the Remote. |
| 530 | pub fn pull_groups(&self) -> Result<(), ()> { |
| 531 | self.pull_groups_with_progress(NoProgressCallback) |
| 532 | } |
| 533 | |
| 534 | /// Pulls the list of groups from the Remote. |
| 535 | /// This function is only available to accounts with admin status on the Remote. |
no test coverage detected