public async IAsyncEnumerable<INode> GetNodeChildrenAsync(string parentId, bool includeTrashed = False)
Returns:
IAsyncEnumerable<INode>
Implements:
GetNodeChildrenAsync(string, bool)

Parameters

parentId string
includeTrashed bool
In this article