API Help
Eplan.EplApi.DataModel Namespace / PagesFilter Class / DocumentType Property

In This Topic
    DocumentType Property
    In This Topic
    Returns the Page.PageType that was set to this filter.
    Syntax
    public DocumentTypeManager.DocumentType DocumentType {get; set;}
    public:
    property DocumentTypeManager.DocumentType DocumentType {
       DocumentTypeManager.DocumentType get();
       void set (    DocumentTypeManager.DocumentType value);
    }

    Property Value

    Page.PageType that was set on this filter.
    See Also