UpdatePropertyDefinitionInfo Method
Updates a property definition and its extended information.
Required Permissions
ManagePropertyDefinitionSyntax
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 PropDefInfoParameters
| Name | Description |
|---|---|
| propDef | The updated property definition object. Only display name, basic search setting, is active setting, default value, and entity class mappings can be updated. |
| eClsCtntSrcPropDefs | The content source mappings. |
| constraints | The property constraints. |
| listValues | A 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.