UpdateSystemPropertyDefinition Method
Updates information about a system property.
Required Permissions
ManagePropertyDefinitionSyntax
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 PropDefInfoParameters
| Name | Description |
|---|---|
| propertyDefId | The property definition ID. |
| displayName | The new display name. |
| isBasicSearchEnabled | If true, the property values are included for basic searches. If false, the property values are not searched during a basic search. |
| entityClassCtntSrcPropDefs | The content source mappings. |
| constraints | A set of constraints. Setting this to null will remove any existing constraints. |
Return Value
The updated property definition object with related information.