GetParent Method
Gets the parent of the specified entity.
Syntax
IEntity GetParent(
IEntity entity
)Function GetParent( _
ByVal entity As IEntity _
) As IEntityParameters
| Name | Description |
|---|---|
| entity | The entity to retrieve the parent for |
Return Value
The parent of the specified entity, or null if there is not a parent.
Remarks
Some objects, like an Item, may not have a parent. But an Item Link would