Click or drag to resize
MediaFileInfo Constructor (MediaFileInfo, Boolean)
Creates a new MediaFileInfo object from the existing MediaFileInfo object. Copy constructor.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 9.0.0
Syntax
C#
public 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