PropertySearchType Enumeration
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Indicates the scope of the search.
Syntax
public enum PropertySearchType : System.Enum Public Enum PropertySearchType
Inherits System.EnumMembers
| Member | Description |
|---|---|
| AllProperties | Searches all properties. |
| AllPropertiesAndContent | Searches all properties and text inside the file. |
| SingleProperty | Searches a single property. |
Returned By
Where you get a PropertySearchType — members that return one.
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.Connectivity.WebServices.PropertySearchType