DeleteEntLink Method
- Last UpdatedNov 06, 2025
- 1 minute read
The DeleteEntLink() method deletes any link record that defines the specified parent entity as a parent of the specified child entity.
'Declaration
Public Shared Sub DeleteEntLink( _
ByVal parentEntId As Integer, _
ByVal childEntId As Integer _
)
public static void DeleteEntLink(
int parentEntId,
int childEntId
)
Parameters
- parentEntId
- Required. Holds the ID of the parent entity.
- childEntId
- Required. Holds the ID of the child entity.