Click or drag to resize
ForumAttachmentInfo Constructor
Overload List
  NameDescription
Public methodForumAttachmentInfo
Constructor - Creates an empty ForumAttachment object.
Public methodForumAttachmentInfo(DataRow)
Constructor - Creates a new ForumAttachment object from the given DataRow.
Public methodForumAttachmentInfo(String, Int32, Int32, Int32)
Constructor - Creates a new ForumAttachment object based on the file posted through the upload control.
Public methodForumAttachmentInfo(HttpPostedFile, Int32, Int32, Int32)
Constructor - Creates a new ForumAttachment object based on the file posted through the upload control.
Top
See Also