MediaLibraryInfoProviderMoveMediaLibraryFolder Method |
Moves media library folder.
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
Syntax public static void MoveMediaLibraryFolder(
string siteName,
int libraryID,
string origPath,
string newPath,
bool synchronization = false,
bool logSynchronization = true
)
Parameters
- siteName
- Type: SystemString
Site name - libraryID
- Type: SystemInt32
Library ID - origPath
- Type: SystemString
Old folder path within the library folder - newPath
- Type: SystemString
New folder path within the library folder - synchronization (Optional)
- Type: SystemBoolean
Indicates if method is running by web farms synchronization - logSynchronization (Optional)
- Type: SystemBoolean
Indicates if staging task should be logged
See Also