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

In This Topic
    PAGE_REVISION_WATERMARK(Int32) Property
    In This Topic
    Watermark (revision) # 11003. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue PAGE_REVISION_WATERMARK( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PAGE_REVISION_WATERMARK {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Watermark text for version-controlled pages, stored as a project setting.

    See Also