Click or drag to resize
MediaFileInfoInsertAsCloneInternal Method
Inserts the file to the database using standard MediaFileInfoProvider.SetMediaFileInfo function.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 8.2.23
Syntax
C#
protected override void InsertAsCloneInternal(
	CloneSettings settings,
	CloneResult result,
	BaseInfo originalObject
)

Parameters

settings
Type: CMS.DataEngineCloneSettings
Clone settings
result
Type: CMS.DataEngineCloneResult
Result
originalObject
Type: CMS.DataEngineBaseInfo
Original object
See Also