| 
                                                                            
                                                                                kentico_michal
                                                                            - 
                                                                                12/6/2011 2:21:31 AM
                                                                            
                                                                         
                                                                        RE:Get AttachmentGuid from URL 
                                                                            Hello,
 If you mean that you want to get the AttachmentGUID from the Url, you will need to write your custom code, parse the Url and get the GUID. Then, if you have GUID in the string format, you can use the ValidationHelper.GetGuid method to convert it to the Guid:
 
 Guid instanceGuid = ValidationHelper.GetGuid(stringGuid, Guid.Empty);
 
 Best regards,
 Michal Legen
 
                                                                            
                                                                         
 
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                         
                                                                            
                                                                            
                                                                            
                                                                            
                                                                         
                                                                         |