MediaFileInfoProviderMoveMediaFileInternal Method |
Moves media file.
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 9.0.0
Syntax 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