JAMS Developer Guide
GetChildNames Method (Folder)


MVPSI.JAMS Namespace > Folder Class : GetChildNames Method
Gets a list of Child Names of the Folder
Syntax
'Declaration
 
Public Function GetChildNames() As System.Collections.Generic.IEnumerable(Of String)
'Usage
 
Dim instance As Folder
Dim value As System.Collections.Generic.IEnumerable(Of String)
 
value = instance.GetChildNames()
public System.Collections.Generic.IEnumerable<string> GetChildNames()
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