CrmServiceClient.PublishEntity Method (String)
Applies To: Dynamics CRM 2015
Publishes an entity to the production system, used in conjunction with the Metadata services.
Namespace: Microsoft.Xrm.Tooling.Connector
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Syntax
public bool PublishEntity(
string entityName
)
public:
bool PublishEntity(
String^ entityName
)
member PublishEntity :
entityName:string -> bool
Public Function PublishEntity (
entityName As String
) As Boolean
Parameters
entityName
Type: System.StringName of the entity to publish
Return Value
Type: System.Boolean
True on success
See Also
CrmServiceClient Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright