UpdateLinkPropertyDefinitions Method
Add/Remove Link Property Definitions associated to/from Link Objects
Syntax
public Lnk[] UpdateLinkPropertyDefinitions(
System.long[] linkIds,
System.long[] addedPropDefIds,
System.long[] removedPropDefIds
)Public Function UpdateLinkPropertyDefinitions( _
ByVal linkIds() As System.Long, _
ByVal addedPropDefIds() As System.Long, _
ByVal removedPropDefIds() As System.Long _
) As Lnk()Parameters
| Name | Description |
|---|---|
| linkIds | ids of Links |
| addedPropDefIds | ids of the Link Property Definitions to be added to the specified linkIds |
| removedPropDefIds | ids of the Link Property Definitions to be removed from the specified linkIds |
Return Value
Link Objects
Remarks
Once added, property values can be assigned via API UpdateLinkProperties