예제 #1
0
 public string attachments_getRedirectURL_Image(Attachment a, string imageType, out string url,
                                                out string fileName)
 {
     return(ServerImageAddressUtility.attachments_getRedirectURL_Image(SessionToken, a, imageType, out url,
                                                                       out fileName));
 }
예제 #2
0
 public string attachments_getRedirectURL(string orgURL, string object_id)
 {
     return(ServerImageAddressUtility.attachments_getRedirectURL(orgURL, SessionToken, object_id));
 }