UpdatePropertyDefinition Method
Updates a property definition.
Required Permissions
ManagePropertyDefinitionSyntax
public PropDefInfo UpdatePropertyDefinition(
System.long propertyDefId,
System.string displayName,
System.bool isBasicSearchEnabled,
System.bool isActive,
System.object defaultValue,
System.string[] mappedEntityClassIds
)Public Function UpdatePropertyDefinition( _
ByVal propertyDefId As System.Long, _
ByVal displayName As System.String, _
ByVal isBasicSearchEnabled As System.Boolean, _
ByVal isActive As System.Boolean, _
ByVal defaultValue As System.Object, _
ByVal mappedEntityClassIds() As System.String _
) As PropDefInfoParameters
| Name | Description |
|---|---|
| propertyDefId | The ID of the definition to edit |
| displayName | The display name. |
| isBasicSearchEnabled | If true, these property values are included for basic searches. If false, the property values are not searched during a basic search. |
| isActive | If true, the property definition is active. |
| defaultValue | The default value. |
| mappedEntityClassIds | A list of entity types that the property definition can be used with. |
Return Value
The updated property definition with extended information.