Show / Hide Table of Contents

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
System.Object
ServiceDocumentInfo
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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:

Getting detailed metadata for ArcGIS Server MapServer web services.

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

DocumentInfo
DocumentInfo

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7
In This Article
Back to top Copyright © 2022 Esri.