示例#1
0
 /// <summary>
 /// Gets the properties for a space.
 /// </summary>
 /// <param name="spaceID">The space ID to qurey the properties from.</param>
 /// <returns>The properties of the specified space.</returns>
 public SpaceProperties GetSpaceProperties(string spaceID)
 {
     return(_webService.GetSpaceProperties(LoginToken, spaceID));
 }