ServiceDocumentInfo QML Type
Identification metadata about a service. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
- List of all members, including inherited members
- ServiceDocumentInfo is part of QML Type List.
Properties
- antialiasingMode : Enums.AntialiasingMode
- author : string
- category : string
- comments : string
- keywords : list<string>
- subject : string
- textAntialiasingMode : Enums.TextAntialiasingMode
- title : string
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Read-only information from the service, such as author, title, and tags.
Property Documentation
[read-only] antialiasingMode : Enums.AntialiasingMode |
Returns the antialiasing mode of the service (read-only).
See also Enums.AntialiasingMode.
[read-only] author : string |
Returns the author of the service (read-only).
[read-only] category : string |
Returns the category of the service (read-only).
[read-only] comments : string |
Returns the comments of the service (read-only).
[read-only] keywords : list<string> |
Returns the keywords of the service as a list of strings (read-only).
[read-only] subject : string |
Returns the subject of the service (read-only).
[read-only] textAntialiasingMode : Enums.TextAntialiasingMode |
Returns the text antialiasing mode of the service (read-only).
See also Enums.TextAntialiasingMode.
[read-only] title : string |
Returns the title of the service as a string (read-only).