Dennis Bidstrup
06/21/2024, 12:32 PMProNotion
06/21/2024, 3:00 PMIApiContentResponseBuilder
which inherits from ApiContentBuilderBase
and I am building a lot of my own response objects. In one of my use cases I am appending an additional breadcrumbs
property to the output responses which provides the client with basic details for the ancestor nodes.
I am doing this in my override of the build method public override IApiContentResponse? Build(IPublishedContent content)
ProNotion
06/21/2024, 3:02 PMDennis Bidstrup
06/27/2024, 7:24 AM