ContentController..::..ProcessObject Method
Loads one or more published business objects using the filter and paging criteria in
req and returns them as a serialised OK response. Runs the
read-permission check before loading.
Namespace:
AdvantageCSP.AdvantageAPIAssembly: AdvantageCSP.API (in AdvantageCSP.API.dll)
Syntax
protected IHttpActionResult ProcessObject( string apiName, string lang, AdvantageApiContentController..::..ContentRequest req )
Parameters
- apiName
- Type: String
The API entry name that identifies which business object type to load.
- lang
- Type: String
The language code (or "default") used to resolve the language id.
- req
- Type: AdvantageCSP.AdvantageAPI..::..AdvantageApiContentController..::..ContentRequest
The content request carrying filter, sort, and paging arguments.

