Autodesk Vault ProfessionalVault API

GetMetaOnLinks Method

Autodesk.Connectivity.WebServicesDocumentService

Gets the meta data for a set of links.

Syntax

public System.string[] GetMetaOnLinks(
   System.long[] linkIds
)
Public Function GetMetaOnLinks( _
   ByVal linkIds() As System.Long _
) As System.String()

Parameters

NameDescription
linkIdsA set of Link IDs.

Return Value

The meta data for the links.

See Also