Click or drag to resize
MediaFileInfoProviderMoveMediaFileInternal Method
Moves media file.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 8.2.23
Syntax
C#
protected virtual void MoveMediaFileInternal(
	string siteName,
	int originalLibraryID,
	int newLibraryID,
	string origPath,
	string newPath,
	bool synchronization
)

Parameters

siteName
Type: SystemString
Site name
originalLibraryID
Type: SystemInt32
Original library ID
newLibraryID
Type: SystemInt32
New library ID
origPath
Type: SystemString
Old file path within the library folder
newPath
Type: SystemString
New file path within the library folder
synchronization
Type: SystemBoolean
Indicates if method is running by web farms synchronization
See Also