Autodesk Vault ProfessionalVault API

InformationService Class

Autodesk.Connectivity.WebServicesAutodesk.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

NameDescription
GetServerNameGets the name of the server.
GetSupportedFacilitiesGets the Facilities available for the site.
GetSupportedProductsGets a list of the Autodesk Data Management products installed on the site.
GetSystemFacilitiesGets the facilites for the Autodesk Data Management system.
GetSystemProductsGets the products for the Autodesk Data Management Server.

Returned By

Where you get a InformationService — members that return one.

Inheritance Hierarchy

See Also