Eplan Platform API
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / PAGE_HAS_RESULTS_IN_SEARCHLIST Property / PAGE_HAS_RESULTS_IN_SEARCHLIST Property

In This Topic
    PAGE_HAS_RESULTS_IN_SEARCHLIST Property
    In This Topic
    Contains results in the search results list # 11045.
    Syntax
    public PropertyValue PAGE_HAS_RESULTS_IN_SEARCHLIST {get; set;}
    public:
    property PropertyValue^ PAGE_HAS_RESULTS_IN_SEARCHLIST {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This property is read-only..

    With the help of this property the pages contained in the search results list can be taken into consideration when pages are filtered.

    See Also