Solid Edge Framework Type Library
GetDirs Method
Specifies the URL path of the parent folder location, whose child folder structure will be returned.
Specifies the number of subfolders found.
Specifies the subfolders found.
Description
This method returns a subfolder listing for the specified location -- the number and list of subfolders existing in the tree of the parent folder on the SharePoint server.
Syntax
Visual Basic
Public Sub GetDirs( _
   ByVal ParentUrl As String, _
   ByRef numberOfSubFoldersFound As Long, _
   ByRef ListOfSubFoldersFound As Variant _
) 
Parameters
ParentUrl
Specifies the URL path of the parent folder location, whose child folder structure will be returned.
numberOfSubFoldersFound
Specifies the number of subfolders found.
ListOfSubFoldersFound
Specifies the subfolders found.
See Also

Insight Object  | Insight Members