API Help
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / PAGE_REVISION_LOG_APPROVEDBY Property / PAGE_REVISION_LOG_APPROVEDBY Property

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

    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