CrmServiceClient.GetEntityDisplayNamePlural(String, Int32) 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 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