Autodesk Vault ProfessionalVault API

GetWorkingFolder(FileIteration) Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionIWorkingFoldersManager

Gets the working folder that the specified file lives in

Syntax

FolderPathAbsolute GetWorkingFolder(
   FileIteration file
)
Overloads Function GetWorkingFolder( _
   ByVal file As FileIteration _
) As FolderPathAbsolute

Parameters

NameDescription
fileThe file to retrieve the working folder for

Return Value

The working folder for the specified file

See Also