IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
Because the relations between items are represented only via content links, you can manipulate the relations directly via the ContentLinksManager.
You can retrieve all relations that a specific item has by specifying the ParentItemId, ParentItemProviderName, ParentItemType, andComponentPropertyName:
All parent items can be retrieved in the same manner. Note that parent items can be of different types.
EXAMPLE: You are using an Events built-in module and a dynamic type Sessions, both having a relation to the dynamic type Locations. You also create a location item Big hall 1, event item Introduction, and session item jQuery, and the event item and session item both relate to location item Big hall 1. In this case, both the event item Introduction and session item jQuery are considered parent items of location item Big hall 1.
In order to retrieve the parent items, you have to explicitly specify the parent type in the following way:
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important