Click or drag to resize

IVideoCatalogServiceGetActors Method

Get a collection of actors based on search filter, empty string to get all actors, if skip_image_data is set no portrait image is fetched. This is a simpified version of SearchActors.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
Actor[] GetActors(
	string[] tag_filter,
	string surename_filter,
	string lastname_filter,
	bool skip_image_data
)

Parameters

tag_filter  String
 
surename_filter  String
 
lastname_filter  String
 
skip_image_data  Boolean
 

Return Value

Actor
Array of actors matching the filter
See Also