MediaLibraryHelper Methods |
The MediaLibraryHelper type exposes the following members.
Name | Description | |
---|---|---|
CloneLibraryFiles |
Clone media library files and folder to new media library.
| |
CopyRecursive(Int32, DirectoryInfo, String, String, Int32, String, Boolean) | Obsolete.
Recursive copy media library directory.
| |
CopyRecursive(Int32, DirectoryInfo, String, String, Int32, String, Boolean, Int32) |
Recursive copy media library directory.
| |
CopyRecursive(Int32, Int32, DirectoryInfo, String, String, Int32, String, Boolean, Int32, Boolean, CloneSettings, CloneResult) |
Recursive copy media library directory.
| |
EnsurePhysicalPath |
Return file path with replaced slash ("/") to back slash ("\").
| |
EnsureUniqueDirectory |
Ensures unique path for the specified directory. If the directory with the specified name already exist in the target location
new path with the added suffix is returned. The suffix consist of '_' sign and the number.
| |
EnsureUniqueFileName |
Ensures unique path for the specified file. If the directory with the specified name already exist in the target location
new path with the added suffix is returned. The suffix consist of '_' sign and the number.
| |
GetAccessDeniedMessage |
Returns access denied message for specified permission.
| |
GetAllowedExtensions |
Returns allowed extensions list from settings.
| |
GetMediaFileHiddenFolder |
Returns media file hidden folder name from settings.
| |
GetMediaFilePreviewSuffix |
Returns media file preview suffix from settings.
| |
GetMediaFileUrl |
Returns media file URL according to site settings.
| |
GetMediaLibrariesFolder |
Returns root folder from settings where all media libraries are stored.
| |
GetMediaRootFolderPath |
Returns physical path to the directory where all media libraries are stored.
| |
GetMediaSource(Guid, String) |
Returns MediaSource for given media file.
| |
GetMediaSource(String, String, String) |
Returns MediaSource for given media file.
| |
GetPermissionMatrix | Obsolete.
Returns the permission matrix for the specified media library.
| |
GetPreviewFileName |
Returns media file preview file name.
| |
GetPreviewFilePath |
Returns media file preview file path.
| |
GetTaskTitle |
Gets task title.
| |
HasPreview |
Returns true if file has preview file.
| |
IsExtensionAllowed |
Determines whether the file with the specified extension (case insensitive) can be uploaded into library module on site specified by name.
| |
IsExternalLibrary(String) | Obsolete.
Returns true if media library root folder is outside of CMS.
| |
IsExternalLibrary(String, String) |
Returns true if media library root folder is outside of CMS.
| |
LogSynchronization(String, Int32, String, String, TaskTypeEnum, Boolean) |
Logs the synchronization task for media folder.
| |
LogSynchronization(String, Int32, String, String, TaskTypeEnum, Int32) |
Logs the synchronization task for media folder.
| |
LogSynchronization(String, Int32, String, String, TaskTypeEnum, Int32, Boolean) |
Logs the synchronization task for media folder.
| |
MoveMediaFilePreview |
Moves preview file into new location according new media file name.
| |
ShowPreviewOrIcon |
Show preview file if exists or file icon.
|
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |