| MediaFileInfo Constructor | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | MediaFileInfo | 
            Constructor - Creates an empty MediaFileInfo object.
             | 
|  | MediaFileInfo(DataRow) | 
            Constructor - Creates a new MediaFileInfo object from the given DataRow.
             | 
|  | MediaFileInfo(IDataClass) | 
            Constructor - Creates a new MediaFileInfo object from the given Data class.
             | 
|  | MediaFileInfo(String, Int32) | 
            Constructor - creates a new MediaFileInfo object specified by its file physical path.
             | 
|  | MediaFileInfo(HttpPostedFile, Int32) | 
            Constructor - creates a new MediaFileInfo object from posted file.
             | 
|  | MediaFileInfo(String, Int32, String) | 
            Constructor - creates a new MediaFileInfo object specified by its file physical path.
             | 
|  | MediaFileInfo(HttpPostedFile, Int32, String) | 
            Constructor - creates a new MediaFileInfo object from posted file.
             | 
|  | MediaFileInfo(String, Int32, String, Int32, Int32, Int32) | 
            Constructor - creates a new MediaFileInfo object specified by its file physical path.
             | 
|  | MediaFileInfo(HttpPostedFile, Int32, String, Int32, Int32, Int32) | 
            Constructor - creates a new MediaFileInfo object from posted file.
             | 
|  | MediaFileInfo(HttpPostedFile, Int32, String, Int32, Int32, Int32, Int32) | 
            Constructor - creates a new MediaFileInfo object from posted file.
             | 
 See Also
See Also