UpdateAssociationPropertyDefinitionInfo Method
Updates an association property definition object and extended information.
Required Permissions
ManagePropertyDefinitionSyntax
public AssocPropDefInfo UpdateAssociationPropertyDefinitionInfo(
AssocPropDef AssocPropDef,
EntClassCtntSrcPropCfg[] eClsCtntSrcPropDefs,
System.object[] listValues
)Public Function UpdateAssociationPropertyDefinitionInfo( _
ByVal AssocPropDef As AssocPropDef, _
ByVal eClsCtntSrcPropDefs() As EntClassCtntSrcPropCfg, _
ByVal listValues() As System.Object _
) As AssocPropDefInfoParameters
| Name | Description |
|---|---|
| AssocPropDef | The property definition object with updated information. Only the display name, is active setting and default value can be changed. |
| eClsCtntSrcPropDefs | The content source mappings. |
| listValues | The allowed values. |
Return Value
The updated objects.