DocumentHelperAddAttachment Method (TreeNode, String, HttpPostedFile, Int32, Int32, Int32) |
Note: This API is now obsolete.
Namespace: CMS.DocumentEngine
[ObsoleteAttribute("Use 'CMS.DocumentEngine.DocumentHelper.AddAttachment(CMS.DocumentEngine.TreeNode, System.String, CMS.Base.IUploadedFile, System.Int32, System.Int32, System.Int32)' instead. You can use the 'CMS.Base.UploadExtensions.ToUploadedFile' extensions method for converting 'System.Web.HttpPostedFile' to the 'CMS.Base.IUploadedFile'.")] public static DocumentAttachment AddAttachment( TreeNode node, string guidColumnName, HttpPostedFile file, int width = -1, int height = -1, int maxSideSize = -1 )