Query dynamic content by related data

In the following example, you use the Sitefinity CMS API to query dynamic content items by their reltaed data fields. In the example, you use two dynamic module types:

  • Physicians
  • Specialties

Physicians have a related data field to the Specialties type. Using a specific specialty, for example Neurology, you can query all physicians that have that specialty. To do this, use the following code:

Make sure you include the namespaces that resolve the types you use in the query. In this example, you need to include in your project the following namespaces:

As a result, all physicians that have Neurology specialty are queried.

Want to learn more?

Sign up for our free beginner training. Boost your credentials through advanced courses and certification.
Register for Sitefinity training and certification.

Was this article helpful?