PublicationOutput 2.5 GetNextPublishReportChunkByIshLngRef
Retrieves the next chunk of the saved publish report of the Publication Output Object.
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services, making this parameter redundant. |
| plLngRef | Long | In | The language level identifier. |
| psPublishReportRef | String | In | The unique identifier of the publish report of the publication output. |
| plOffSet | Long | InOut | Indicates the position within the entire content. |
| piSize | Integer | InOut | The maximum number of bytes to be read from the entire content. |
| pbOutBytes | Blob | Out | Byte array with the requested chunk of the publish report content. All content chunks put together contain a Publish Report XML. |