Click or drag to resize
MediaFileInfo.Clone Method (Boolean)
Creates a clone of the object

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

Parameters

clear
Type: System.Boolean
If true, the object is cleared to be able to create new object

Return Value

Type: MediaFileInfo
See Also