ForumAttachmentInfo Constructor Kentico 8.0 API Reference
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.
Back to Top
See Also