Click or drag to resize

IVideoCatalogServiceGetActorsForVideo Method

Get a collection of all actors for a given video id.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
Actor[] GetActorsForVideo(
	long video_file_id,
	bool skip_image_data
)

Parameters

video_file_id  Int64
Video id
skip_image_data  Boolean
true to exclude actor portrait image

Return Value

Actor
Array of actors for the video
See Also