MetadataExtensions.GetEntityFormIdListByType Method

Definition

Returns the Form Entity References for a given form type.

public static System.Collections.Generic.List<Microsoft.Xrm.Sdk.EntityReference> GetEntityFormIdListByType (this Microsoft.PowerPlatform.Dataverse.Client.ServiceClient serviceClient, string entityLogicalname, Microsoft.PowerPlatform.Dataverse.Client.Extensions.FormTypeId formTypeId);
static member GetEntityFormIdListByType : Microsoft.PowerPlatform.Dataverse.Client.ServiceClient * string * Microsoft.PowerPlatform.Dataverse.Client.Extensions.FormTypeId -> System.Collections.Generic.List<Microsoft.Xrm.Sdk.EntityReference>
<Extension()>
Public Function GetEntityFormIdListByType (serviceClient As ServiceClient, entityLogicalname As String, formTypeId As FormTypeId) As List(Of EntityReference)

Parameters

serviceClient
ServiceClient

ServiceClient

entityLogicalname
String

logical name of the entity you are querying for form data.

formTypeId
FormTypeId

Form Type you want

Returns

List of Entity References for the form type requested.

Applies to