Click or drag to resize
MediaFileInfo Constructor
Overload List
  NameDescription
Public methodMediaFileInfo
Constructor - Creates an empty MediaFileInfo object.
Public methodMediaFileInfo(DataRow)
Constructor - Creates a new MediaFileInfo object from the given DataRow.
Public methodMediaFileInfo(IDataClass)
Constructor - Creates a new MediaFileInfo object from the given Data class.
Public methodMediaFileInfo(String, Int32)
Constructor - creates a new MediaFileInfo object specified by its file physical path.
Public methodMediaFileInfo(HttpPostedFile, Int32)
Constructor - creates a new MediaFileInfo object from posted file.
Public methodMediaFileInfo(String, Int32, String)
Constructor - creates a new MediaFileInfo object specified by its file physical path.
Public methodMediaFileInfo(HttpPostedFile, Int32, String)
Constructor - creates a new MediaFileInfo object from posted file.
Public methodMediaFileInfo(String, Int32, String, Int32, Int32, Int32)
Constructor - creates a new MediaFileInfo object specified by its file physical path.
Public methodMediaFileInfo(HttpPostedFile, Int32, String, Int32, Int32, Int32)
Constructor - creates a new MediaFileInfo object from posted file.
Public methodMediaFileInfo(HttpPostedFile, Int32, String, Int32, Int32, Int32, Int32)
Constructor - creates a new MediaFileInfo object from posted file.
Top
See Also