MetadataExtensions.GetEntityDisplayNamePlural Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an Entity Name by Logical name or Type code.
public static string GetEntityDisplayNamePlural (this Microsoft.PowerPlatform.Dataverse.Client.ServiceClient serviceClient, string entityName, int entityTypeCode = -1);
static member GetEntityDisplayNamePlural : Microsoft.PowerPlatform.Dataverse.Client.ServiceClient * string * int -> string
<Extension()>
Public Function GetEntityDisplayNamePlural (serviceClient As ServiceClient, entityName As String, Optional entityTypeCode As Integer = -1) As String
Parameters
- serviceClient
- ServiceClient
ServiceClient
- entityName
- String
logical name of the entity
- entityTypeCode
- Int32
Type code for the entity
Returns
Localized plural name for the entity in the current users language