| MediaFileInfo Constructor (MediaFileInfo, Boolean) | 
            Creates a new MediaFileInfo object from the existing MediaFileInfo object.
            Copy constructor.
            
 
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
 Syntax
Syntaxpublic MediaFileInfo(
	MediaFileInfo info,
	bool keepSourceData
)
Parameters
- info
- Type: CMS.MediaLibraryMediaFileInfo
 Original object to copy
- keepSourceData
- Type: SystemBoolean
 If true, the copy is shallow, otherwise a deep copy is created (all object's data is cloned)
 See Also
See Also