XdsObjects Help file
XdsObjects Namespace / XdsDomain Class / ProvideAndRegisterDocumentSet Method
The Submission Set to send



In This Topic
    ProvideAndRegisterDocumentSet Method
    In This Topic
    Submit an XdsSubmissionSet to a repository using the ProvideAndRegisterDocumentSet-b transaction
    Syntax
    Public Function ProvideAndRegisterDocumentSet( _
       ByVal SubmissionSet As XdsSubmissionSet _
    ) As XdsRegistryResponse
    Dim instance As XdsDomain
    Dim SubmissionSet As XdsSubmissionSet
    Dim value As XdsRegistryResponse
     
    value = instance.ProvideAndRegisterDocumentSet(SubmissionSet)
    public XdsRegistryResponse ProvideAndRegisterDocumentSet( 
       XdsSubmissionSet SubmissionSet
    )
    public:
    XdsRegistryResponse^ ProvideAndRegisterDocumentSet( 
       XdsSubmissionSet^ SubmissionSet
    ) 

    Parameters

    SubmissionSet
    The Submission Set to send

    Return Value

    Standard response, indicating success/failure and/or any errors
    Remarks

    This is the primary method used by a Document Source

    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