getContent Method

Deprecated  in 4.5. Use PresentationManager.getContentIterator instead.

Retrieves content which consists of a content descriptor and a page of records.

getContent(requestOptions: ContentRequestOptions<IModelConnection, DescriptorOverrides | Descriptor, KeySet, RulesetVariable> & ClientDiagnosticsAttribute & { batchSize?: number, maxParallelRequests?: number } & { paging?: PageOptions }): Promise<undefined | Content>

Parameter Type Description
requestOptions ContentRequestOptions<IModelConnection, DescriptorOverrides | Descriptor, KeySet, RulesetVariable> & ClientDiagnosticsAttribute & { batchSize?: number, maxParallelRequests?: number } & { paging?: PageOptions }  

Returns - Promise<undefined | Content>

Defined in

Last Updated: 16 April, 2024