| IVideoCatalogServiceGetActorsForVideo Method |
Get a collection of all actors for a given video id.
Namespace: VideoCatalogServiceAssembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax 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
ActorArray of actors for the video
See Also