Click or drag to resize
MediaLibraryInfoProviderCreateMediaLibraryFolderInternal Method
Creates folder within specified library.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 8.2.23
Syntax
C#
protected virtual void CreateMediaLibraryFolderInternal(
	string siteName,
	int libraryID,
	string newFolderPath,
	bool synchronization,
	bool logSynchronization
)

Parameters

siteName
Type: SystemString
Site name
libraryID
Type: SystemInt32
Library ID
newFolderPath
Type: SystemString
New folder path
synchronization
Type: SystemBoolean
Indicates if method is running by web farms synchronization
logSynchronization
Type: SystemBoolean
Indicates if staging task should be logged
See Also