Solid Edge Framework Type Library
GetCachePath Method
Specifies the number of files for which to obtain cache paths.
Specifies the URL locations on a SharePoint server of the files for which to obtain cache paths.
Specifies the number of files for which cache paths were obtained.
Specifies the local user's cache paths for the specified files.
Description
This method returns the cache paths for the specified files.
Syntax
Visual Basic
Public Sub GetCachePath( _
   ByVal numberOfFilesToGetPathFor As Long, _
   ByVal varListOfFilePaths As Variant, _
   ByRef numberOfFilesReturned As Long, _
   ByRef varListOfFilesContainingCachePaths As Variant _
) 
Parameters
numberOfFilesToGetPathFor
Specifies the number of files for which to obtain cache paths.
varListOfFilePaths
Specifies the URL locations on a SharePoint server of the files for which to obtain cache paths.
numberOfFilesReturned
Specifies the number of files for which cache paths were obtained.
varListOfFilesContainingCachePaths
Specifies the local user's cache paths for the specified files.
See Also

Insight Object  | Insight Members

Send comments on this topic.