MetadataExtensions.GetPickListElementFromMetadataEntity Method

Definition

Gets a PickList, Status List or StateList from the metadata of an attribute

public static Microsoft.PowerPlatform.Dataverse.Client.Extensions.PickListMetaElement GetPickListElementFromMetadataEntity (this Microsoft.PowerPlatform.Dataverse.Client.ServiceClient serviceClient, string targetEntity, string attribName);
static member GetPickListElementFromMetadataEntity : Microsoft.PowerPlatform.Dataverse.Client.ServiceClient * string * string -> Microsoft.PowerPlatform.Dataverse.Client.Extensions.PickListMetaElement
<Extension()>
Public Function GetPickListElementFromMetadataEntity (serviceClient As ServiceClient, targetEntity As String, attribName As String) As PickListMetaElement

Parameters

serviceClient
ServiceClient

ServiceClient

targetEntity
String

text name of the entity to query

attribName
String

name of the attribute to query

Returns

Applies to