DeploymentServiceClient.RetrieveAll(DeploymentEntityType) 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.
Retrieves all deployment records for the specified deployment entity type.
public:
virtual Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::Deployment::EntityInstanceId ^> ^ RetrieveAll(Microsoft::Xrm::Sdk::Deployment::DeploymentEntityType entityType);
public Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.Deployment.EntityInstanceId> RetrieveAll (Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType entityType);
abstract member RetrieveAll : Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType -> Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.Deployment.EntityInstanceId>
override this.RetrieveAll : Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType -> Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.Deployment.EntityInstanceId>
Public Function RetrieveAll (entityType As DeploymentEntityType) As DataCollection(Of EntityInstanceId)
Parameters
- entityType
- DeploymentEntityType
The type of deployment entity for which to retrieve all records.
Returns
The collection of all deployment records.