Autodesk Vault ProfessionalVault API

EnableBasicSearchForPropertyDefinitions Method

Autodesk.Connectivity.WebServicesPropertyService

Enables or disables a property definitions use in a basic search.

Required Permissions

ManagePropertyDefinition

Syntax

public void EnableBasicSearchForPropertyDefinitions(
   System.long[] propertyDefIds,
   System.bool enable
)
Public Sub EnableBasicSearchForPropertyDefinitions( _
   ByVal propertyDefIds() As System.Long, _
   ByVal enable As System.Boolean _
) 

Parameters

NameDescription
propertyDefIdsAn array of property definition IDs.
enableIf true, these property values are included for basic searches. If false, the property values are not searched during a basic search.

See Also