Click or drag to resize

htmlContentExtensionsgetChildern Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:imbNLP.Core.contentStructureHtml.elements.htmlContentExtensions.getChildern(imbNLP.Core.contentStructureHtml.elements.IHtmlContentElement,System.Collections.Generic.List{imbNLP.Core.contentStructureHtml.elements.IHtmlContentElement},System.Int32)"]

Namespace:  imbNLP.Core.contentStructureHtml.elements
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public static List<IHtmlContentElement> getChildern(
	this IHtmlContentElement item,
	List<IHtmlContentElement> input,
	int index = 5
)

Parameters

item
Type: imbNLP.Core.contentStructureHtml.elementsIHtmlContentElement

[Missing <param name="item"/> documentation for "M:imbNLP.Core.contentStructureHtml.elements.htmlContentExtensions.getChildern(imbNLP.Core.contentStructureHtml.elements.IHtmlContentElement,System.Collections.Generic.List{imbNLP.Core.contentStructureHtml.elements.IHtmlContentElement},System.Int32)"]

input
Type: System.Collections.GenericListIHtmlContentElement

[Missing <param name="input"/> documentation for "M:imbNLP.Core.contentStructureHtml.elements.htmlContentExtensions.getChildern(imbNLP.Core.contentStructureHtml.elements.IHtmlContentElement,System.Collections.Generic.List{imbNLP.Core.contentStructureHtml.elements.IHtmlContentElement},System.Int32)"]

index (Optional)
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:imbNLP.Core.contentStructureHtml.elements.htmlContentExtensions.getChildern(imbNLP.Core.contentStructureHtml.elements.IHtmlContentElement,System.Collections.Generic.List{imbNLP.Core.contentStructureHtml.elements.IHtmlContentElement},System.Int32)"]

Return Value

Type: ListIHtmlContentElement

[Missing <returns> documentation for "M:imbNLP.Core.contentStructureHtml.elements.htmlContentExtensions.getChildern(imbNLP.Core.contentStructureHtml.elements.IHtmlContentElement,System.Collections.Generic.List{imbNLP.Core.contentStructureHtml.elements.IHtmlContentElement},System.Int32)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IHtmlContentElement. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also