XdsObjects Help file
XdsObjects Namespace / XdsDeleteDocumentSetRequest Class / XdsDeleteDocumentSetRequest Constructor



In This Topic
    XdsDeleteDocumentSetRequest Constructor
    In This Topic
    Construct a XDS Delete Document Set Request from a list of IDs for which objects are to be deleted
    Syntax
    Public Function New( _
       ByVal IDs As List(Of String) _
    )
    Dim IDs As List(Of String)
     
    Dim instance As New XdsDeleteDocumentSetRequest(IDs)
    public XdsDeleteDocumentSetRequest( 
       List<string> IDs
    )
    public:
    XdsDeleteDocumentSetRequest( 
       List<String^>^ IDs
    )

    Parameters

    IDs
    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