Solid Edge Framework Type Library
GetFiles Method
Specifies the URL path of the parent location on the SharePoint server.
Specifies the number of files found.
Specifies the files found.
Specifies the filter criterion, such as “par, asm, dft”, for the files to be searched.
Description
This method returns a file listing for the specified location.
Syntax
Visual Basic
Public Sub GetFiles( _
   ByVal ParentUrl As String, _
   ByRef numberOfFilesFound As Long, _
   ByRef ListOfFilesFound As Variant, _
   Optional ByVal FileFilter As Variant _
) 
Parameters
ParentUrl
Specifies the URL path of the parent location on the SharePoint server.
numberOfFilesFound
Specifies the number of files found.
ListOfFilesFound
Specifies the files found.
FileFilter
Specifies the filter criterion, such as “par, asm, dft”, for the files to be searched.
See Also

Insight Object  | Insight Members

Send comments on this topic.