Click or drag to resize
WebReferenceSearchCriteria Class
Search criteria used when references are retrieved.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebReferenceSearchCriteria

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebReferenceSearchCriteria : WebData

The WebReferenceSearchCriteria type exposes the following members.

Constructors
  NameDescription
Public methodWebReferenceSearchCriteria
Initializes a new instance of the WebReferenceSearchCriteria class
Top
Properties
  NameDescription
Public propertyLogicalOperator
Specify how search criteria should be logically combined when more than one search criteria is specified. Only logical operator And and Or are supported.
Public propertyModifiedBySearchString
Search references based on name of person that modified the references. This property is currently not used.
Public propertyModifiedDateTime
Search references based on modified date and time. This property is currently not used.
Public propertyNameSearchString
Search references based on names of references.
Public propertyTitleSearchString
Search references based on titles on references.
Public propertyYears
Search references based on years.
Top
See Also