| JumboDirectoryGetChild Method |
Gets the child with the specified name.
Namespace:
Ookii.Jumbo.Dfs.FileSystem
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax public JumboFileSystemEntry GetChild(
string name
)
Public Function GetChild (
name As String
) As JumboFileSystemEntry
public:
JumboFileSystemEntry^ GetChild(
String^ name
)
member GetChild :
name : string -> JumboFileSystemEntry
Parameters
- name
- Type: SystemString
The name of the child.
Return Value
Type:
JumboFileSystemEntryThe
JumboFileSystemEntry for the child, or
if it doesn't exist.
See Also