Autodesk Vault ProfessionalVault API

ReplicationService Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Contains methods for transfering ownerhsip between workgroups.

Syntax

public sealed class ReplicationService : ReplicationServiceBase, IWebService  
Public NotInheritable Class ReplicationService
   Inherits ReplicationServiceBase
   Implements IWebService 

Methods

NameDescription
CheckRolePermissionsCheck if the current logged in user has permission to execute specific web service APIs
GetAllWorkgroupsGets all the workgroups.
GetLocalWorkgroupGets the workgroup that you are currently connected to.
GetReplicatingWorkgroupsByDatabaseTypeGets the workgroups that are replicating the current database.
GetWorkgroupByDatabaseServerGets the workgroup for a given database instance.
GetWorkgroupsByDatabaseTypeGets the Workgroups that have the signed in database.

Returned By

Where you get a ReplicationService — members that return one.

Inheritance Hierarchy

See Also