CrmServiceClient.PublishEntity(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:
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