Autodesk Vault ProfessionalVault API

GetFolderIdsByParentIds Method

Autodesk.Connectivity.WebServicesDocumentService

Gets the IDs of the folders underneith a set of folders.

Required Permissions

FolderRead

Syntax

public System.long[] GetFolderIdsByParentIds(
   System.long[] parentFolderIds,
   System.bool recurse
)
Public Function GetFolderIdsByParentIds( _
   ByVal parentFolderIds() As System.Long, _
   ByVal recurse As System.Boolean _
) As System.Long()

Parameters

NameDescription
parentFolderIdsThe parent folders.
recurseIf true, all sub-folders N levels deep will be returned. If false only the immediate children are returned.

Return Value

Returns the IDs of the sub-folders. The output array does not correlate with the input array.

See Also