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



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

    Parameters

    SubmissionSet
    The Submission Set to send

    Return Value

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

    This is used typically by a Repository or a combined Source/Repository.

    When used by a repository, the received data may be passed on after the SetHashAndSize has been called and optionally, the UUID has been set.

    There is no need to remove the Documents from the SubmissionSet before calling this method, as they will not be sent even if present.

    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