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