ServiceDocumentInfo Class

  • ServiceDocumentInfo
  • class Esri::ArcGISRuntime::ServiceDocumentInfo

    Identification metadata about a service. More...

    Header: #include <ServiceDocumentInfo.h>
    Since: Esri::ArcGISRuntime 100.0

    Public Functions

    ServiceDocumentInfo()
    ServiceDocumentInfo(const Esri::ArcGISRuntime::ServiceDocumentInfo &other)
    ServiceDocumentInfo(Esri::ArcGISRuntime::ServiceDocumentInfo &&other)
    ~ServiceDocumentInfo()
    Esri::ArcGISRuntime::AntialiasingMode antialiasingMode() const
    QString author() const
    QString category() const
    QString comments() const
    QStringList keywords() const
    QString subject() const
    Esri::ArcGISRuntime::TextAntialiasingMode textAntialiasingMode() const
    QString title() const
    Esri::ArcGISRuntime::ServiceDocumentInfo &operator=(const Esri::ArcGISRuntime::ServiceDocumentInfo &other)
    Esri::ArcGISRuntime::ServiceDocumentInfo &operator=(Esri::ArcGISRuntime::ServiceDocumentInfo &&other)

    Detailed Description

    Read-only information about the service, such as author, title, and tags.

    Member Function Documentation

    ServiceDocumentInfo::ServiceDocumentInfo()

    Default constructor.

    ServiceDocumentInfo::ServiceDocumentInfo(const Esri::ArcGISRuntime::ServiceDocumentInfo &other)

    Copy constructor from other ServiceDocumentInfo.

    ServiceDocumentInfo::ServiceDocumentInfo(Esri::ArcGISRuntime::ServiceDocumentInfo &&other)

    Move constructor from other ServiceDocumentInfo.

    ServiceDocumentInfo::~ServiceDocumentInfo()

    Destructor.

    Esri::ArcGISRuntime::AntialiasingMode ServiceDocumentInfo::antialiasingMode() const

    Returns the antialiasingMode of the service.

    QString ServiceDocumentInfo::author() const

    Returns the author of the service.

    QString ServiceDocumentInfo::category() const

    Returns the category of the service.

    QString ServiceDocumentInfo::comments() const

    Returns the comments of the service.

    QStringList ServiceDocumentInfo::keywords() const

    Returns the keywords of the service as a list of strings.

    QString ServiceDocumentInfo::subject() const

    Returns the subject of the service.

    Esri::ArcGISRuntime::TextAntialiasingMode ServiceDocumentInfo::textAntialiasingMode() const

    Returns the textAntialiasingMode of the service.

    QString ServiceDocumentInfo::title() const

    Returns the title of the service as a string.

    Esri::ArcGISRuntime::ServiceDocumentInfo &ServiceDocumentInfo::operator=(const Esri::ArcGISRuntime::ServiceDocumentInfo &other)

    Assignment operator from other ServiceDocumentInfo.

    Esri::ArcGISRuntime::ServiceDocumentInfo &ServiceDocumentInfo::operator=(Esri::ArcGISRuntime::ServiceDocumentInfo &&other)

    Move operator from other ServiceDocumentInfo.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close