Click or drag to resize
MediaFileInfoClone Method (Boolean)
Creates a clone of the object

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 8.2.23
Syntax
C#
public override MediaFileInfo Clone(
	bool clear
)

Parameters

clear
Type: SystemBoolean
If true, the object is cleared to be able to create new object

Return Value

Type: MediaFileInfo
See Also