CrmServiceClient.GetEntityFormIdListByType Method (String, CrmServiceClient.FormTypeId)
Applies To: Dynamics CRM 2015
Returns the Form Entity References for a given form type.
Namespace: Microsoft.Xrm.Tooling.Connector
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Syntax
public List<EntityReference> GetEntityFormIdListByType(
string entityLogicalname,
CrmServiceClient.FormTypeId formTypeId
)
public:
List<EntityReference^>^ GetEntityFormIdListByType(
String^ entityLogicalname,
CrmServiceClient::FormTypeId formTypeId
)
member GetEntityFormIdListByType :
entityLogicalname:string *
formTypeId:CrmServiceClient.FormTypeId -> List<EntityReference>
Public Function GetEntityFormIdListByType (
entityLogicalname As String,
formTypeId As CrmServiceClient.FormTypeId
) As List(Of EntityReference)
Parameters
entityLogicalname
Type: System.Stringlogical name of the entity you are querying for form data.
formTypeId
Type: Microsoft.Xrm.Tooling.Connector.CrmServiceClient.FormTypeIdForm Type you want
Return Value
Type: System.Collections.Generic.List<EntityReference>
List of Entity References for the form type requested.
See Also
CrmServiceClient Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright