IDeploymentService.RetrieveAll Method (DeploymentEntityType)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
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
[OperationContractAttribute(Action = "https://schemas.microsoft.com/xrm/2011/Contracts/Services/IDeploymentService/RetrieveAll",
ReplyAction = "https://schemas.microsoft.com/xrm/2011/Contracts/Services/IDeploymentService/RetrieveAllResponse")]
[FaultContractAttribute(typeof(DeploymentServiceFault), Action = "https://schemas.microsoft.com/xrm/2011/Contracts/Services/IDeploymentService/RetrieveAllDeploymentServiceFaultFault",
Name = "DeploymentServiceFault", Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
DataCollection<EntityInstanceId> RetrieveAll(
DeploymentEntityType entityType
)
<OperationContractAttribute(Action := "https://schemas.microsoft.com/xrm/2011/Contracts/Services/IDeploymentService/RetrieveAll",
ReplyAction := "https://schemas.microsoft.com/xrm/2011/Contracts/Services/IDeploymentService/RetrieveAllResponse")>
<FaultContractAttribute(GetType(DeploymentServiceFault), Action := "https://schemas.microsoft.com/xrm/2011/Contracts/Services/IDeploymentService/RetrieveAllDeploymentServiceFaultFault",
Name := "DeploymentServiceFault", Namespace := "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>
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.
See Also
RetrieveAllRequest
DeploymentEntityType
IDeploymentService Interface
Microsoft.Xrm.Sdk.Deployment Namespace
Deployment entities and deployment configuration settings
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright