XdsObjects Help file
XdsObjects Namespace / XdsRetrieveItem Class / XdsRetrieveItem Constructor / XdsRetrieveItem Constructor(XdsDocument)
A document (normally from a query) specifying what to retrieve



In This Topic
    XdsRetrieveItem Constructor(XdsDocument)
    In This Topic
    Construct a new empty XdsRetrieveItem, popuoating it from data in an XdsDocument
    Syntax
    Public Function New( _
       ByVal Document As XdsDocument _
    )
    Dim Document As XdsDocument
     
    Dim instance As New XdsRetrieveItem(Document)
    public XdsRetrieveItem( 
       XdsDocument Document
    )
    public:
    XdsRetrieveItem( 
       XdsDocument^ Document
    )

    Parameters

    Document
    A document (normally from a query) specifying what to retrieve
    Remarks
    This overload sets the required DocumentUniqueID and RepositoryUniqueID, including the HomeCommunityID where appropriate
    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