CrmServiceClient.GetEntityFormIdListByType Method

Definition

Returns the Form Entity References for a given form type.

public:
 System::Collections::Generic::List<Microsoft::Xrm::Sdk::EntityReference ^> ^ GetEntityFormIdListByType(System::String ^ entityLogicalname, Microsoft::Xrm::Tooling::Connector::CrmServiceClient::FormTypeId formTypeId);
public System.Collections.Generic.List<Microsoft.Xrm.Sdk.EntityReference> GetEntityFormIdListByType (string entityLogicalname, Microsoft.Xrm.Tooling.Connector.CrmServiceClient.FormTypeId formTypeId);
member this.GetEntityFormIdListByType : string * Microsoft.Xrm.Tooling.Connector.CrmServiceClient.FormTypeId -> System.Collections.Generic.List<Microsoft.Xrm.Sdk.EntityReference>
Public Function GetEntityFormIdListByType (entityLogicalname As String, formTypeId As CrmServiceClient.FormTypeId) As List(Of EntityReference)

Parameters

entityLogicalname
String

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

formTypeId
CrmServiceClient.FormTypeId

Form Type you want

Returns

List of Entity References for the form type requested.

Applies to