AddLink Method
Adds a new Link.
Required Permissions
LinkCreateSyntax
public Lnk AddLink(
System.long parentId,
System.string toEntityClassId,
System.long toEntityId,
System.string meta
)Public Function AddLink( _
ByVal parentId As System.Long, _
ByVal toEntityClassId As System.String, _
ByVal toEntityId As System.Long, _
ByVal meta As System.String _
) As LnkParameters
| Name | Description |
|---|---|
| parentId | The ID of the container Entity. |
| toEntityClassId | The type of Entity being linked to. |
| toEntityId | The ID of the Entity being linked to. |
| meta | Optional meta data on the link. |
Return Value
The newly created Link object.