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

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 9.0.0
Syntax
C#
public static MediaFileInfo GetMediaFileInfo(
	int mediaLibraryId,
	string mediaFilePath
)

Parameters

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

Return Value

Type: MediaFileInfo
See Also