IPlaylistFileInfo Interface

The IPlaylistFileInfo interface represents a playlist in a physical file.

Members

Member

Description

IPlaylistFileInfo::FilePath Property

Gets the canonical physical file path.

IPlaylistFileInfo::IsCached Property

Gets the value indicating whether the file is cached by IIS 7.

IPlaylistFileInfo::FileSize Property

Gets the size of the physical file that contains the playlist.

IPlaylistFileInfo::Attributes Property

Gets the file attributes that are returned by the GetFileAttributes Win32 API system call.

IPlaylistFileInfo::LastModifiedTime Property

Gets the last modified time stamp of the file that contains the playlist.

IPlaylistFileInfo::GetStream Method

Gets an IsSequentialStream instance that provides sequential access of the file contents.