Eplan Platform API
Eplan.EplApi.HEServices Namespace / Search Class / Page Method / Page(Page,String) Method
Page for which the search is conducted.
Text to search for.

In This Topic
    Page(Page,String) Method
    In This Topic
    Searches on the specified page for a search string. The search settings will influence the result. The found object will be written to the active list of results.
    Syntax
    public void Page( 
       Page pPage,
       string searchString
    )
    public:
    void Page( 
       Page^ pPage,
       String^ searchString
    ) 

    Parameters

    Parameter NameDescription
    pPagePage for which the search is conducted.
    searchStringText to search for.
    Exceptions
    ExceptionDescription
    Thrown if NULL was passed as an argument.
    Thrown in case of invalid arguments, e.g. the page is not valid.
    Thrown if the internal interface for the search could not be created.
    Thrown if the search finished with errors.
    See Also