InformationService Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Contains methods to determine information about the server, such as the version and product level.
Syntax
public sealed class InformationService : InformationServiceBase, IWebService Public NotInheritable Class InformationService
Inherits InformationServiceBase
Implements IWebService Methods
| Name | Description |
|---|---|
| GetServerName | Gets the name of the server. |
| GetSupportedFacilities | Gets the Facilities available for the site. |
| GetSupportedProducts | Gets a list of the Autodesk Data Management products installed on the site. |
| GetSystemFacilities | Gets the facilites for the Autodesk Data Management system. |
| GetSystemProducts | Gets the products for the Autodesk Data Management Server. |
Returned By
Where you get a InformationService — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.ServiceBase
- Autodesk.Connectivity.WebServices.ServiceBase<T>
- Autodesk.Connectivity.WebServices.InformationServiceBase
- Autodesk.Connectivity.WebServices.InformationService