Click or drag to resize
MediaFileInfoProviderGetMediaFileInfoInternal Method (Int32, String)
Returns the MediaFileInfo structure for the specified media file.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 8.2.23
Syntax
C#
protected virtual MediaFileInfo GetMediaFileInfoInternal(
	int mediaLibraryId,
	string mediaFilePath
)

Parameters

mediaLibraryId
Type: SystemInt32
Media library ID
mediaFilePath
Type: SystemString
File path

Return Value

Type: MediaFileInfo
See Also