示例#1
0
 /// <summary>
 /// Gets the list of groups in space from BIRST.
 /// </summary>
 /// <param name="spaceID">The ID of the space to query.</param>
 /// <returns>The list of groups.</returns>
 public string[] GetGroupsInSpace(string spaceID)
 {
     return(_webService.listGroupsInSpace(LoginToken, spaceID));
 }
 public IEnumerable <string> ListGroupsInSpace(string token, string spaceId)
 {
     return(_service.listGroupsInSpace(token, spaceId));
 }