JAMS Developer Guide
GetFolderDescendants Method (Folder)


MVPSI.JAMS Namespace > Folder Class : GetFolderDescendants Method
Returns a collection of descendant FolderIDs
Syntax
'Declaration
 
Public Function GetFolderDescendants() As System.Collections.Generic.ICollection(Of Integer)
'Usage
 
Dim instance As Folder
Dim value As System.Collections.Generic.ICollection(Of Integer)
 
value = instance.GetFolderDescendants()
public System.Collections.Generic.ICollection<int> GetFolderDescendants()
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Folder Class
Folder Members