XdsObjects Help file
XdsObjects Namespace / XdsRetrieveRequest Class
Members



In This Topic
    XdsRetrieveRequest Class
    In This Topic
    Class which holds a complete request as used in the XDS RetrieveDocumentSet transaction
    Syntax
    Public Class XdsRetrieveRequest 
    Dim instance As XdsRetrieveRequest
    public class XdsRetrieveRequest 
    public ref class XdsRetrieveRequest 
    Remarks

    The individual items requested are defined by XdsRetrieveItem items in the Requests collection

    The RetrieveImagingDocumentSet transaction uses a different request object which is the XdsImagingRetrieveRequest (although it shares the same XdsRetrieveResponse to hold the results)

    Inheritance Hierarchy

    System.Object
       XdsObjects.XdsRetrieveRequest

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also