DeploymentServiceClient.RetrieveAll Method (DeploymentEntityType)
Applies To: Dynamics CRM 2015
Retrieves all deployment records for the specified deployment entity type.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.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 type of deployment entity for which to retrieve all records.
Return Value
Type: Microsoft.Xrm.Sdk.DataCollection<EntityInstanceId>
Type: DataCollection<T><EntityInstanceId>
The collection of all deployment records.
Implements
IDeploymentService.RetrieveAll(DeploymentEntityType)
See Also
RetrieveAllRequest
DeploymentEntityType
DeploymentServiceClient Class
Microsoft.Xrm.Sdk.Deployment Namespace
Deployment entities and deployment configuration settings
Return to top
© 2016 Microsoft. All rights reserved. Copyright