Click or drag to resize

SceneQuery Class

Scene query data
Inheritance Hierarchy
SystemObject
  VideoCatalogServiceSceneQuery

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

The SceneQuery type exposes the following members.

Constructors
 NameDescription
Public methodSceneQuery 
Top
Properties
 NameDescription
Public propertyIncludeKeywords include these scene keyords only, if empty include all
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 scene keywords, is this is set we match all the keywords
Top
Fields
 NameDescription
Public fieldIncludeExtendedProperties Match extended properties on thumbnails
Top
See Also