Autodesk Vault ProfessionalVault API

UpdateSystemPropertyDefinition Method

Autodesk.Connectivity.WebServicesPropertyService

Updates information about a system property.

Required Permissions

ManagePropertyDefinition

Syntax

public PropDefInfo UpdateSystemPropertyDefinition(
   System.long propertyDefId,
   System.string displayName,
   System.bool isBasicSearchEnabled,
   EntClassCtntSrcPropCfg[] entityClassCtntSrcPropDefs,
   PropConstr[] constraints
)
Public Function UpdateSystemPropertyDefinition( _
   ByVal propertyDefId As System.Long, _
   ByVal displayName As System.String, _
   ByVal isBasicSearchEnabled As System.Boolean, _
   ByVal entityClassCtntSrcPropDefs() As EntClassCtntSrcPropCfg, _
   ByVal constraints() As PropConstr _
) As PropDefInfo

Parameters

NameDescription
propertyDefIdThe property definition ID.
displayNameThe new display name.
isBasicSearchEnabledIf true, the property values are included for basic searches. If false, the property values are not searched during a basic search.
entityClassCtntSrcPropDefsThe content source mappings.
constraintsA set of constraints. Setting this to null will remove any existing constraints.

Return Value

The updated property definition object with related information.

See Also