コード例 #1
0
 /// <summary>
 /// Not implimented.
 /// </summary>
 public XmlRpcStruct GetImageExif(int imageId)
 {
     try
     {
         XmlRpcStruct imageExif = proxy.GetImageEXIF(this.credentials.SessionID, imageId);
         return(imageExif);
     }
     catch (Exception ex)
     {
         //throw new SmugMugException("Could not get image EXIF", ex.InnerException);
         return(new XmlRpcStruct());
     }
 }