MediaFileInfoProviderGetMediaFileInfo Method (String, String, String) |
Returns the MediaFileInfo structure for the specified media file.
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
Syntax public static MediaFileInfo GetMediaFileInfo(
string siteName,
string mediaFilePath,
string libraryFolder
)
Parameters
- siteName
- Type: SystemString
Site name - mediaFilePath
- Type: SystemString
File path - libraryFolder
- Type: SystemString
Library folder name
Return Value
Type:
MediaFileInfoSee Also