| IVideoCatalogServiceSearchActors Method |
Search actors, if skip_image_data is set no portrait image is fetched.
Namespace: VideoCatalogServiceAssembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax Actor[] SearchActors(
ActorQuery actor_query,
bool skip_image_data
)
Parameters
- actor_query ActorQuery
-
- skip_image_data Boolean
-
Return Value
ActorArray of actors matching the search filter
See Also