MediaFileInfoProviderGetMediaFileInfo Method (Int32, 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(
int mediaLibraryId,
string mediaFilePath
)
Parameters
- mediaLibraryId
- Type: SystemInt32
Media library ID - mediaFilePath
- Type: SystemString
File path
Return Value
Type:
MediaFileInfoSee Also