SrchCond Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Represents a condition that must be met if a file is to be returned by a search.
Syntax
public class SrchCond Public Class SrchCond Properties
| Name | Description |
|---|---|
| PropDefId | The ID of the property definition to search on. This parameter is only used if PropTyp is set to SingleProperty. |
| PropTyp | The type of search being done. If they types are AllProperties or AllPropertiesAndContent, then SrchOper must have a value of 1 (Contains). |
| SrchOper | A number representing the operator used for the search. See table below. |
| SrchRule | Tells if the condition must, may or may not be true. In other words, does is the condition an AND, OR or NOT type. |
| SrchTxt | The value to use for the search. This value may not be used depending on SrchOper. When doing a datetime search, the text should be converted to Universal Time and printed in the format "MM/dd/yyyy HH:mm:ss". |
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.SrchCond