XdsObjects Help file
XdsObjects Namespace / XdsRetrieveRequest Class / Add Method
The document to add



In This Topic
    Add Method (XdsRetrieveRequest)
    In This Topic
    Add one XdsDocument to the request.
    Syntax
    Public Sub Add( _
       ByVal Document As XdsDocument _
    ) 
    Dim instance As XdsRetrieveRequest
    Dim Document As XdsDocument
     
    instance.Add(Document)
    public void Add( 
       XdsDocument Document
    )
    public:
    void Add( 
       XdsDocument^ Document
    ) 

    Parameters

    Document
    The document to add
    Remarks
    Obly the UniqueID and RepositoryUniqueId (and for XCA use, the HomeCommunityID are actually used to make the request.
    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