CrmServiceClient.PublishEntity(String) Method

Definition

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

public:
 bool PublishEntity(System::String ^ entityName);
public bool PublishEntity (string entityName);
member this.PublishEntity : string -> bool
Public Function PublishEntity (entityName As String) As Boolean

Parameters

entityName
String

Name of the entity to publish

Returns

True on success

Applies to