Autodesk Vault ProfessionalVault API

UpdatePropertyDefinitionInfo Method

Autodesk.Connectivity.WebServicesPropertyService

Updates a property definition and its extended information.

Required Permissions

ManagePropertyDefinition

Syntax

public PropDefInfo UpdatePropertyDefinitionInfo(
   PropDef propDef,
   EntClassCtntSrcPropCfg[] eClsCtntSrcPropDefs,
   PropConstr[] constraints,
   System.object[] listValues
)
Public Function UpdatePropertyDefinitionInfo( _
   ByVal propDef As PropDef, _
   ByVal eClsCtntSrcPropDefs() As EntClassCtntSrcPropCfg, _
   ByVal constraints() As PropConstr, _
   ByVal listValues() As System.Object _
) As PropDefInfo

Parameters

NameDescription
propDefThe updated property definition object. Only display name, basic search setting, is active setting, default value, and entity class mappings can be updated.
eClsCtntSrcPropDefsThe content source mappings.
constraintsThe property constraints.
listValuesA list of legal values for the property. A null value means that any value can be used. Only applies to String and Numeric types.

Return Value

The updated Property Definition object and related information.

See Also