Click or drag to resize

IVideoCatalogServiceSearchActors Method

Search actors, if skip_image_data is set no portrait image is fetched.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
Actor[] SearchActors(
	ActorQuery actor_query,
	bool skip_image_data
)

Parameters

actor_query  ActorQuery
 
skip_image_data  Boolean
 

Return Value

Actor
Array of actors matching the search filter
See Also