| MediaFileInfo Constructor (IUploadedFile, Int32) | 
            Constructor - creates a new MediaFileInfo object from posted file.
            
 
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
 Syntax
Syntaxpublic MediaFileInfo(
	IUploadedFile uploadedFile,
	int libraryId
)
Parameters
- uploadedFile
- Type: CMS.BaseIUploadedFile
 Posted file
- libraryId
- Type: SystemInt32
 ID of the library the file will be assigned to
 See Also
See Also