Overload | Description |
---|---|
FindNode(String,Boolean,Boolean,Boolean) | Search this document for an object whose IGoLabeledPart.Text property matches a given string, possibly considering the initial part of the part's text string and possibly comparing in a case-insensitive manner. |
FindNode(String,Boolean,Boolean) | Find a top-level object whose IGoLabeledPart.Text property value matches a given string. |
FindNode(String) | Find a top-level object whose IGoLabeledPart.Text property value is exactly the same as a given string. |