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

In This Topic
    PAGE_CREATOR(Int32) Property
    In This Topic
    Creator # 11020. This property isn't indexed.
    Syntax
    public PropertyValue PAGE_CREATOR( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PAGE_CREATOR {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Here the logon name or the combination of the user code and user name of the creator of the page is displayed. Specify whether the logon name or user code and name is to be output in the user settings.

    See Also