GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / FindNode Method / FindNode(String,Boolean,Boolean) Method
In This Topic
    FindNode(String,Boolean,Boolean) Method
    In This Topic
    Find a top-level object whose IGoLabeledPart.Text property value matches a given string.
    Syntax
    public GoObject FindNode( 
       string s,
       bool prefix,
       bool ignorecase
    )

    Parameters

    s
    prefix
    ignorecase

    Return Value

    The result of calling FindNode(s, prefix, ignorecase, false)
    Remarks
    This method's functionality is implemented by FindNode(String,Boolean,Boolean,Boolean).
    See Also