MetadataExtensions.PublishEntity(ServiceClient, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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