Autodesk Vault ProfessionalVault API

LoadParentFolders Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionIFileManager

Ensures that all of the specified files have their Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.FileIteration.Parent attribute set.

Syntax

void LoadParentFolders(
   System.Collections.Generic.IEnumerable<FileIteration> files
)
Sub LoadParentFolders( _
   ByVal files As System.Collections.Generic.IEnumerable(Of FileIteration) _
) 

Parameters

NameDescription
filesThe list of files to examine

See Also