MediaFileInfoProviderUpdateFilesPathInternal Method |
Updates the file path of all the files matching specified criteria.
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 9.0.0
Syntax protected virtual void UpdateFilesPathInternal(
string originalPath,
string newPath,
int libraryId
)
Parameters
- originalPath
- Type: SystemString
Old file path of the files - newPath
- Type: SystemString
New file path of the files - libraryId
- Type: SystemInt32
ID of the library where the files belongs to
See Also