CrmServiceClient.GetEntityDisplayNamePlural(String, Int32) Method

Definition

Gets an Entity Name by Logical name or Type code.

public string GetEntityDisplayNamePlural (string entityName, int entityTypeCode = -1);
member this.GetEntityDisplayNamePlural : string * int -> string
Public Function GetEntityDisplayNamePlural (entityName As String, Optional entityTypeCode As Integer = -1) As String

Parameters

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

Applies to