コード例 #1
0
 public HttpResponseMessage Export(int PortalID, string Name)
 {
     return(SitesManager.Export(PortalID, Name));
 }