Notebook.GetChildNodes(T1) Method

Aspose.Note for .NET API

NotebookGetChildNodesT1 Method

Get all child nodes by the node type.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public IList<T1> GetChildNodes<T1>()
where T1 : Node
Public Function GetChildNodes(Of T1 As Node) As IList(Of T1)
public:
generic<typename T1>
where T1 : Node
IList<T1>^ GetChildNodes()
member GetChildNodes : unit -> IList<'T1>  when 'T1 : Node

Type Parameters

T1
The type of elements in the returned list.

Return Value

Type: IListT1
A list of child nodes.
See Also