• DocumentFormInput
  • class Esri::ArcGISRuntime::DocumentFormInput

    A user interface for document attachments. More...

    Header: #include <DocumentFormInput.h>
    Since: Esri::ArcGISRuntime 300.1
    Inherits: Esri::ArcGISRuntime::AttachmentsFormInput

    Public Functions

    virtual ~DocumentFormInput() override
    std::optional<quint64> maxFileSize() const

    Detailed Description

    Member Function Documentation

    [override virtual noexcept] DocumentFormInput::~DocumentFormInput()

    Destructor.

    std::optional<quint64> DocumentFormInput::maxFileSize() const

    Returns the maximum allowed size of a document attachment, in bytes.

    The std::nullopt value indicates there is no maximum file size.

    See also ErrorType::FeatureFormExceedsMaximumAttachmentSizeError.