Solid Edge Framework Type Library
DeleteFolder Method
Specifies the number of files and/or folders to delete.
Specifies the files and/or folders to delete.
Specifies the number of files and/or folders that were successfully deleted.
Specifies the files and/or folders that were successfully deleted.
Description
This method deletes the specified list of files and/or folders and returns the successfully deleted files.
Syntax
Visual Basic
Public Sub DeleteFolder( _
   ByVal NumberOfDocumentsToBeDeleted As Long, _
   ByVal varlistOfFilesToDelete As Variant, _
   ByRef NumberOfSuccessfullyDeletedDocuments As Long, _
   ByRef listOfFoldersSuccessfullyDeleted As Variant _
) 
Parameters
NumberOfDocumentsToBeDeleted
Specifies the number of files and/or folders to delete.
varlistOfFilesToDelete
Specifies the files and/or folders to delete.
NumberOfSuccessfullyDeletedDocuments
Specifies the number of files and/or folders that were successfully deleted.
listOfFoldersSuccessfullyDeleted
Specifies the files and/or folders that were successfully deleted.
See Also

Insight Object  | Insight Members

Send comments on this topic.