Autodesk Vault ProfessionalVault API

GetReplicatingWorkgroupsByDatabaseType Method

Autodesk.Connectivity.WebServicesReplicationService

Gets the workgroups that are replicating the current database.

Required Permissions

AllowAny

Syntax

public Wkgrp[] GetReplicatingWorkgroupsByDatabaseType(
   DatabaseType dbType
)
Public Function GetReplicatingWorkgroupsByDatabaseType( _
   ByVal dbType As DatabaseType _
) As Wkgrp()

Parameters

NameDescription
dbTypeThe database type.

Return Value

The workgroups replicating the current database.

See Also