AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

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.AdvantageAPI
Assembly:  AdvantageCSP.API (in AdvantageCSP.API.dll)

Syntax


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.

Return Value

An IHttpActionResult wrapping the serialised records.

See Also


ContentController