Click or drag to resize

IVideoCatalogServiceGetVideoFileEntry Method

Return a video file entry given an id.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
VideoFileEntry GetVideoFileEntry(
	long video_file_id
)

Parameters

video_file_id  Int64
Video file id

Return Value

VideoFileEntry
video file entry
See Also