示例#1
0
 /// <summary>
 /// Gets the list of users in space from BIRST.
 /// </summary>
 /// <param name="spaceID">The ID of the space to query.</param>
 /// <returns>The list of users.</returns>
 public string[] GetUsersInSpace(string spaceID)
 {
     return(_webService.listUsersInSpace(LoginToken, spaceID));
 }