Click or drag to resize

ActorQuery Class

Actor Query data. These are basically the entries you would enter in the search dialog in the program.
Inheritance Hierarchy
SystemObject
  VideoCatalogServiceActorQuery

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
public class ActorQuery

The ActorQuery type exposes the following members.

Constructors
 NameDescription
Public methodActorQuery 
Top
Properties
 NameDescription
Public propertyExcludeKeywords exclude these specific keywords, if empty exclude none
Public propertyIncludeKeywords include these keyords only, if empty include all
Public propertyIsIncludeCategoriesAND How do we join the different queries [Keyword] AND [Property], [Keyword] OR [Property]
Public propertyIsIncludeKeywordsAND default we select anything that match any of the keywords, is this is set we match all the keywords
Public propertyProperties Video properties to match
Top
See Also