.. include:: /../common/authors.txt

Omnia API

Omnia contains various API’s designed to simplify various tasks.

The API’s are located in the OmniaApi class in the Omnia.Foundation.Extensibility.Core namespace.

The basic C# code needed to begin working with the API’s from an Omnia Feature or a Custom Web API for Omnia extensions looks like below.

OmniaApi.WorkWith(Ctx.Omnia());

By adding a . after WorkWith(Ctx.Omnia()) you will reach the available API services listed below. E.g.

OmniaApi.WorkWith(Ctx.Omnia()).Caching();