Compartir a través de


Clase de RetrieveUnpublishedMultipleRequest

Se aplica a: CRM 2015 on-prem, CRM Online

Contains the data that is needed to retrieve a collection of unpublished organization-owned records that satisfy the specified query criteria.

Espacio de nombres: Microsoft.Crm.Sdk.Messages
Ensamblado: Microsoft.Crm.Sdk.Proxy (en Microsoft.Crm.Sdk.Proxy.dll)

Sintaxis

'Declaración
<DataContractAttribute(Namespace:="https://schemas.microsoft.com/crm/2011/Contracts")> _
Public NotInheritable Class RetrieveUnpublishedMultipleRequest
    Inherits OrganizationRequest
[DataContractAttribute(Namespace="https://schemas.microsoft.com/crm/2011/Contracts")] 
public sealed class RetrieveUnpublishedMultipleRequest : OrganizationRequest

Comentarios

Message Availability

Para que este mensaje funcione, el autor de la llamada debe estar conectado al servidor.

Usage

Pasar una instancia de esta clase a Execute method, which returns an instance of the RetrieveUnpublishedMultipleResponse class.

Privileges and Access Rights

To perform this action, the caller must have privileges on the specified entities in the Query property and read access rights on the records that are returned from the query. For a list of the required privileges, see RetrieveUnpublishedMultiple Privileges.

Notes for Callers

This message is included to support scenarios where you are creating a program to edit these types of entity records.

These organization-owned entities can be published. This message corresponds to the RetrieveMultipleRequest message except that it returns the current unpublished version of the records. As soon as the records are published, this message and RetrieveMultipleRequest return the same data.

Because these records are automatically published when they are created or deleted, this message and RetrieveMultipleRequest always return the same number of records.

Supported Entities

La siguiente tabla muestra las entidades predeterminadas que admiten este mensaje. En el caso de las entidades mostradas, el autor de la llamada debe estar conectado al servidor para que este mensaje esté disponible.

Entity Availability

SavedQuery

Server

SavedQueryVisualization

Server

SiteMap

Server

SystemForm

Server

WebResource

Server

Jerarquía heredada

System.Object
   Microsoft.Xrm.Sdk.OrganizationRequest
    Microsoft.Crm.Sdk.Messages.RetrieveUnpublishedMultipleRequest

Seguridad de hilo

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para el hilo. No se garantiza que los miembros de instancia sean seguros para el hilo.

Plataformas

Plataformas de desarrollo

Windows Vista, Windows Server 2003 y

Plataformas de destino

Windows Vista,Windows XP

Vea también

Referencia

Miembros de RetrieveUnpublishedMultipleRequest
Espacio de nombres de Microsoft.Crm.Sdk.Messages
RetrieveMultipleRequest
RetrieveUnpublishedRequest

Otros recursos

Publish Customizations

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.