Example #1
0
 public bool ExportMetaTags(IPropertyStreamWriter writer)
 {
     try
     {
         return(mContents.ExportMetaTags(writer));
     }
     catch (Exception)
     {
         return(false);
     }
 }