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

In This Topic
    PAGE_REVISION_LOG_APPROVEDBY(Int32) Property
    In This Topic
    Revision: Approved by (change tracking) # 11087.
    Syntax
    public PropertyValue PAGE_REVISION_LOG_APPROVEDBY( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PAGE_REVISION_LOG_APPROVEDBY {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

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

    Shows the editor who has checked the revision. This property can be entered in the Edit revision data dialog; it is not translatable. The index corresponds to the revision index, max. 1000 entries are possible.

    See Also