Click or drag to resize
MediaLibraryInfoProvider.MoveMediaLibraryFolderInternal Method
Moves media library folder.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 11.0.0
Syntax
C#
protected virtual void MoveMediaLibraryFolderInternal(
	string siteName,
	int libraryID,
	string origPath,
	string newPath,
	bool synchronization,
	bool logSynchronization
)

Parameters

siteName
Type: System.String
Site name
libraryID
Type: System.Int32
Library ID
origPath
Type: System.String
Old folder path within the library folder
newPath
Type: System.String
New folder path within the library folder
synchronization
Type: System.Boolean
Indicates if method is running by web farms synchronization
logSynchronization
Type: System.Boolean
Indicates if staging task should be logged
See Also