Autodesk Vault ProfessionalVault API

GetUnprocessedReferences Method

Autodesk.DataManagement.Client.Framework.Vault.Models.ExtensionHandlersUpdateFileReferencesModel

Gets a list of all references that have not yet been processed

Syntax

public System.Collections.Generic.IEnumerable<FileReference> GetUnprocessedReferences()
Public Function GetUnprocessedReferences() As System.Collections.Generic.IEnumerable(Of FileReference)

Return Value

A list of references

See Also