MediaLibraryHelper.CopyRecursive Method (Int32, Int32, DirectoryInfo, String, String, Int32, String, Boolean, Int32, Boolean, CloneSettings, CloneResult) |
Recursive copy media library directory.
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 8.2.23
Syntaxpublic static void CopyRecursive(
int sourceLibraryID,
int destinationLibraryID,
DirectoryInfo dir,
string destinationDirectory,
string sourcePath,
int libraryPathIndex,
string startingPoint,
bool copyDB,
int userId,
bool overwrite = false,
CloneSettings cloneSettings = null,
CloneResult cloneResult = null
)
Parameters
- sourceLibraryID
- Type: System.Int32
Source library ID - destinationLibraryID
- Type: System.Int32
Destination library ID - dir
- Type: CMS.IO.DirectoryInfo
Directory Info - destinationDirectory
- Type: System.String
Destination path - sourcePath
- Type: System.String
Source DB path - libraryPathIndex
- Type: System.Int32
Library path index - startingPoint
- Type: System.String
Starting point - copyDB
- Type: System.Boolean
Indicate if database entries should copy - userId
- Type: System.Int32
ID of the user performing action - overwrite (Optional)
- Type: System.Boolean
Indicates if the destination folder and files can be overwritten - cloneSettings (Optional)
- Type: CMS.DataEngine.CloneSettings
MediaLibrary clone settings. Only some parameters are used. If null, cloning is not used and FileMediaInfo is inserted as a directly. - cloneResult (Optional)
- Type: CMS.DataEngine.CloneResult
Results of cloning will be stored to this instance
See Also