EnableBasicSearchForPropertyDefinitions Method
Enables or disables a property definitions use in a basic search.
Required Permissions
ManagePropertyDefinitionSyntax
public void EnableBasicSearchForPropertyDefinitions(
System.long[] propertyDefIds,
System.bool enable
)Public Sub EnableBasicSearchForPropertyDefinitions( _
ByVal propertyDefIds() As System.Long, _
ByVal enable As System.Boolean _
) Parameters
| Name | Description |
|---|---|
| propertyDefIds | An array of property definition IDs. |
| enable | If true, these property values are included for basic searches. If false, the property values are not searched during a basic search. |