Eplan Platform API
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / PAGE_REVISION_LOG_EDITINGAREA Property / PAGE_REVISION_LOG_EDITINGAREA(Int32) Property

In This Topic
    PAGE_REVISION_LOG_EDITINGAREA(Int32) Property
    In This Topic
    Defined working section (from change tracking) # 11079.
    Syntax
    public PropertyValue PAGE_REVISION_LOG_EDITINGAREA( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PAGE_REVISION_LOG_EDITINGAREA {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    Property is indexed. Possible indexes are from 1 to 1000.

    The property is used during the revisioning of defined working sections. Displays the defined working section to which the page (or the layout space) belongs that was changed in a revision. A max. of 1,000 is allowed. You can, for example, use the property as a filter criterion in the page navigator in order to filter pages that were changed at a specific revision (e.g. Index 2).

    See Also