Solid Edge Framework Type Library
DeleteDocumentsFromCache Method
Specifies the number of documents to delete from the cache.
Specifies the documents to delete from the cache. This is the path of the local cache on the user's machine.
Specifies the number of documents that remain in the cache.
Specifies the documents that remain in the cache. Gives the list of documents not deleted from the input list.
Description
This method deletes the documents you specify from the cache.
Syntax
Visual Basic
Public Sub DeleteDocumentsFromCache( _
   ByVal NumberOfDocumentsToBeDeletedFromCache As Long, _
   ByVal ListOfDocumentsToBeDeletedFromCache As Variant, _
   ByRef NumberOfNotDeletedDocuments As Long, _
   ByRef ListOfNotDeletedDocuments As Variant _
) 
Parameters
NumberOfDocumentsToBeDeletedFromCache
Specifies the number of documents to delete from the cache.
ListOfDocumentsToBeDeletedFromCache
Specifies the documents to delete from the cache. This is the path of the local cache on the user's machine.
NumberOfNotDeletedDocuments
Specifies the number of documents that remain in the cache.
ListOfNotDeletedDocuments
Specifies the documents that remain in the cache. Gives the list of documents not deleted from the input list.
See Also

Insight Object  | Insight Members

Send comments on this topic.