Autodesk Vault ProfessionalVault API

SrchCond Class

Autodesk.Connectivity.WebServicesAutodesk.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

NameDescription
PropDefIdThe ID of the property definition to search on. This parameter is only used if PropTyp is set to SingleProperty.
PropTypThe type of search being done. If they types are AllProperties or AllPropertiesAndContent, then SrchOper must have a value of 1 (Contains).
SrchOperA number representing the operator used for the search. See table below.
SrchRuleTells if the condition must, may or may not be true. In other words, does is the condition an AND, OR or NOT type.
SrchTxtThe 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

See Also