XdsObjects Help file
XdsObjects Namespace / XdsDomain Class / DeleteDocumentSet Method
which contains list of IDs of objects to be deleted



DeleteDocumentSet Method
Delete objects specified by its IDs
Syntax
Public Function DeleteDocumentSet( _
   ByVal request As XdsDeleteDocumentSetRequest _
) As XdsRegistryResponse
Dim instance As XdsDomain
Dim request As XdsDeleteDocumentSetRequest
Dim value As XdsRegistryResponse
 
value = instance.DeleteDocumentSet(request)

Parameters

request
which contains list of IDs of objects to be deleted

Return Value

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