DeploymentService.RetrieveAll Method (DeploymentEntityType)
Applies To: Dynamics CRM 2015
Retrieves all deployment records for the specified deployment entity type. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Services
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public DataCollection<EntityInstanceId> RetrieveAll(
DeploymentEntityType entityType
)
public:
virtual DataCollection<EntityInstanceId^>^ RetrieveAll(
DeploymentEntityType entityType
) sealed
abstract RetrieveAll :
entityType:DeploymentEntityType -> DataCollection<EntityInstanceId>
override RetrieveAll :
entityType:DeploymentEntityType -> DataCollection<EntityInstanceId>
Public Function RetrieveAll (
entityType As DeploymentEntityType
) As DataCollection(Of EntityInstanceId)
Parameters
entityType
Type: Microsoft.Xrm.Sdk.Deployment.DeploymentEntityTypeType: DeploymentEntityType. The deployment entity type.
Return Value
Type: Microsoft.Xrm.Sdk.DataCollection<EntityInstanceId>
Type: DataCollection<T><EntityInstanceId>
The collection of retrieve deployment objects.
Implements
IDeploymentService.RetrieveAll(DeploymentEntityType)
Remarks
This is a wrapper for the IDeploymentService.RetrieveAll Method.
See Also
DeploymentService Class
Microsoft.Xrm.Client.Services Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright