search
AI OnAI Off
Hi,
They are not the same thing.
So you normally need AddContentGraph() when this CMS app is responsible for syncing content to Graph. You need AddGraphContentClient() only if your code is querying Graph through the SDK.
In many CMS 13 projects both will be registered, but they cover different responsibilities.
Hi,
I need to understand difference between these two services.AddContentGraph(); and AddGraphContentClient(). Both are required to add in startup.cs ?