IXPathResult.SnapshotLength
IXPathResult.SnapshotLength property
The number of nodes in the result snapshot. Valid values for snapshotItem indices are 0
to snapshotLength-1
inclusive.
public int SnapshotLength { get; }
Exceptions
exception | condition |
---|---|
DOMException | TYPE_ERR: raised if resultType is not UnorderedNodeSnapshot type or OrderedNodeSnapshot type. |
See Also
- interface IXPathResult
- namespace Aspose.Html.Dom.XPath
- assembly Aspose.HTML