Class ServiceDocumentInfo
Contains detailed metadata information about an ArcGIS Server MapServer when a map service is published. Some of the document information for the service include: title, author, keywords, whether to use anti-aliasing on graphics, etc..
Inheritance
Namespace: Esri.ArcGISRuntime.ArcGISServices
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ServiceDocumentInfo
Remarks
Use either the ArcGISMapServiceInfo.ServiceDocumentInfo or FeatureServiceInfo.ServiceDocumentInfo Properties to obtain a ServiceDocumentInfo object.
TIP: You can verify that various Properties of the ServiceDocumentInfo by comparing it to what is displayed in the ArcGIS Server REST Services Directory page by copying the Url of the MapServer into the address bar of an Internet web browser and scrolling down to the Document Info section. See the following screen shot:
Properties
Name | Description |
---|---|
AntialiasingMode | Gets the anti aliasing mode of the document information. |
Author | Gets the author of the document information. |
Category | Gets the category of the document information. |
Comments | Gets the comments of the document information. |
Keywords | Gets the keywords of the document information. |
Subject | Gets the subject of the document information. |
TextAntialiasingMode | Gets the text aliasing mode of the document information. |
Title | Gets the title of the document information. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |