Click or drag to resize
AttachmentInfo Constructor
Overload List
  NameDescription
Public methodAttachmentInfo
Constructor of AttachmentInfo structure.
Public methodAttachmentInfo(DataRow)
Constructor of AttachmentInfo structure, creates a new AttachmentInfo object from the given DataRow data.
Public methodAttachmentInfo(String)
Creates a new AttachmentInfo object based on the file specified by given path.
Public methodAttachmentInfo(HttpPostedFile)
Creates a new AttachmentInfo object based on the file posted through the upload control.
Public methodAttachmentInfo(String, Int32, Guid)
Creates a new AttachmentInfo object based on the file specified by given path.
Public methodAttachmentInfo(HttpPostedFile, Int32, Guid)
Creates a new AttachmentInfo object based on the file posted through the upload control.
Top
See Also