MediaLibraryHelper CloneLibraryFiles Method Kentico 8.0 API Reference
Clone media library files and folder to new media library.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

sourceLibraryID
Type: OnlineSystem Int32
Source library ID
destinationLibraryID
Type: OnlineSystem Int32
Destination library ID
cloneSettings
Type: CMS.DataEngine CloneSettings
MediaLibrary clone settings. Only some parameters are used
cloneResult
Type: CMS.DataEngine CloneResult
Results of cloning will be stored to this instance
See Also