API Reference > presentation-backend > Core > PresentationManager > getDisplayLabel getDisplayLabel Method Deprecated Use 'getDisplayLabelDefinition' instead Retrieves display label of specific item getDisplayLabel(requestContext: ClientRequestContext, requestOptions: LabelRequestOptions<IModelDb>, key: InstanceKey): Promise<string> Parameter Type Description requestContext ClientRequestContext The client request context requestOptions LabelRequestOptions<IModelDb> options for the request key InstanceKey Key of an instance to get label for Returns - Promise<string> Defined in presentation/backend/src/PresentationManager.ts Line 490 Last Updated: 13 June, 2024