XdsObjects Help file
XdsObjects Namespace / XdsDomain Class / UpdateDocumentSet Method
The XdsSubmissionSet"/>SubmissionSet object that organizes the content of the update



UpdateDocumentSet Method
Submit metadata updates to a Registry using the Update Document Set transaction
Syntax
Public Function UpdateDocumentSet( _
   ByVal SubmissionSet As XdsSubmissionSet _
) As XdsRegistryResponse
Dim instance As XdsDomain
Dim SubmissionSet As XdsSubmissionSet
Dim value As XdsRegistryResponse
 
value = instance.UpdateDocumentSet(SubmissionSet)
public XdsRegistryResponse UpdateDocumentSet( 
   XdsSubmissionSet SubmissionSet
)

Parameters

SubmissionSet
The XdsSubmissionSet"/>SubmissionSet object that organizes the content of the update

Return Value

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

Key objects in the submission are attached to the SubmissionSet object via HasMember Associations

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