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