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