Parameters

userCredential: the client user credential.

requestedLocale: optional locale to use for this request.

partitionName: optional name of the campaign partition to use.

folderID: the ID of the Offer folder to be searched; if a folderID of 0 is specified, the root folder is searched.

searchCriteria: the search phrase.

includeRetired: the boolean value that specifies whether search results include retired offers. Valid values are TRUE and FALSE, with TRUE indicating that retired offers are included, and FALSE indicating that retired offers are not included.

pageOffset: the starting offset of all possible components to begin the enumeration (zero-valued). For example, if the enumeration matches 1000 offers and this value is set to 10, then the page would start at the 11th component. A RangeException is thrown if the supplied offset is out of range.

pageSize: the maximum number of matched components to return for the page (cannot exceed 500).