Click or drag to resize

VideoQuery Class

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

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

The VideoQuery type exposes the following members.

Constructors
 NameDescription
Public methodVideoQuery 
Top
Properties
 NameDescription
Public propertyExcludeKeywords exclude these specific keywords, if empty exclude none
Public propertyIncludeActors include these actor ids, if empty include all
Public propertyIncludeArchives include these archive ids, if empty include all
Public propertyIncludeKeywords include these keyords only, if empty include all
Public propertyIncludeSubtitle include transcript matching these words
Public propertyIsIncludeCategoriesAND How do we join the different queries [Keyword] AND [Property], [Keyword] OR [Property]
Public propertyIsIncludeExtendedPropertiesAND default we select anything that match any of the extended properties, is this is set we match all the keywords
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
Fields
 NameDescription
Public fieldIncludeExtendedProperties Extended video query match
Top
See Also