Click or drag to resize

IVideoCatalogServiceGetActorCompanionImages Method

Get companion images for a given actor.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
ActorCompanionImage[] GetActorCompanionImages(
	long actor_id
)

Parameters

actor_id  Int64
id of actor

Return Value

ActorCompanionImage
Array of actor companion images.
See Also