MetadataExtensions.PublishEntity(ServiceClient, String) Method

Definition

Publishes an entity to the production system, used in conjunction with the Metadata services.

public static bool PublishEntity (this Microsoft.PowerPlatform.Dataverse.Client.ServiceClient serviceClient, string entityName);
static member PublishEntity : Microsoft.PowerPlatform.Dataverse.Client.ServiceClient * string -> bool
<Extension()>
Public Function PublishEntity (serviceClient As ServiceClient, entityName As String) As Boolean

Parameters

serviceClient
ServiceClient

ServiceClient

entityName
String

Name of the entity to publish

Returns

True on success

Applies to