API Help
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / PAGE_REVISION_LOG_DRAFT Property / PAGE_REVISION_LOG_DRAFT(Int32) Property

In This Topic
    PAGE_REVISION_LOG_DRAFT(Int32) Property
    In This Topic
    Page in draft mode # 11076. This property isn't indexed.
    Syntax
    public PropertyValue PAGE_REVISION_LOG_DRAFT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PAGE_REVISION_LOG_DRAFT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    As soon as you make changes to a page in a revision, it is marked as a "draft". This is shown visually with a watermark on the page, and the page is assigned this property. This mark is retained until you complete the page.

    See Also