Solid Edge Framework Type Library
DeleteDocumentsFromServer Method
Specifies the number of documents to delete from the server.
Specifies the documents to delete from the server. This is the URL path of the documents on the Sharepoint server.
Specifies the number of documents successfully deleted from the server.
Specifies the documents successfully deleted from the server.
Description
This method deletes the documents you specify from the server.
Syntax
Visual Basic
Public Sub DeleteDocumentsFromServer( _
   ByVal NumberOfDocumentsToBeDeleted As Long, _
   ByVal ListOfDocumentsToBeDeleted As Variant, _
   ByRef NumberOfSuccessfullyDeletedDocuments As Long, _
   ByRef SuccessfullyDeletedDocuments As Variant _
) 
Parameters
NumberOfDocumentsToBeDeleted
Specifies the number of documents to delete from the server.
ListOfDocumentsToBeDeleted
Specifies the documents to delete from the server. This is the URL path of the documents on the Sharepoint server.
NumberOfSuccessfullyDeletedDocuments
Specifies the number of documents successfully deleted from the server.
SuccessfullyDeletedDocuments
Specifies the documents successfully deleted from the server.
See Also

Insight Object  | Insight Members

Send comments on this topic.