Exemplo n.º 1
0
 /// <summary>
 /// Gets a list of the user spaces.
 /// </summary>
 /// <returns>A list of all spaces including ID, name and owner for each of them.</returns>
 public UserSpace[] GetUserSpaces()
 {
     return(_webService.listSpaces(LoginToken));
 }