In the XData documentation (P134 of the version I'm reading) it refers to the options available in the TXDataServer.SwaggerOptions property. This lists
- ExcludeEntities
- ExcludeOperations
- AuthMode.
However, in the TXDataServer.SwaggerOptions the options I see (or can access in code) are
- AuthMode
- DefaultTagGroup
- Enabled
I'd really like to be able to set ExcludeEntities to True. Can someone clarify this? thanks.
Also is the [SwaggerExclude] attribute available for entities?