Autodesk Vault ProfessionalVault API

GetPathOfFileInWorkingFolder Method

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

Gets the full path of the specified file in it's working folder

Syntax

FilePathAbsolute GetPathOfFileInWorkingFolder(
   FileIteration file
)
Function GetPathOfFileInWorkingFolder( _
   ByVal file As FileIteration _
) As FilePathAbsolute

Parameters

NameDescription
fileThe file to retrieve the path for

Return Value

The full path to the file (containing both the directory and file name) in it's working folder

Remarks

If the file is cloaked, this method returns null If the file's direct parent folder is cloaked, this method returns null.

See Also