XdsObjects Help file
XdsObjects Namespace / DeleteDocumentSetHandler Delegate
XdsDeleteDocumentSetRequest object that contains a list of Object IDs to be deleted
Details of the incoming request



In This Topic
    DeleteDocumentSetHandler Delegate
    In This Topic
    Delegate used for an incoming XdsSoapServer.DeleteReceived events
    Syntax
    Public Delegate Function DeleteDocumentSetHandler( _
       ByVal Request As XdsDeleteDocumentSetRequest, _
       ByVal RequestInfo As XdsRequestInfo _
    ) As XdsRegistryResponse
    Dim instance As New DeleteDocumentSetHandler(AddressOf HandlerMethod)

    Parameters

    Request
    XdsDeleteDocumentSetRequest object that contains a list of Object IDs to be deleted
    RequestInfo
    Details of the incoming request

    Return Value

    XdsRegistryResponse Object containing the registry response
    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