Autodesk Vault ProfessionalVault API

FolderPathAbsolute Constructor

Autodesk.DataManagement.Client.Framework.CurrencyFolderPathAbsolute

A full, absolute path to a folder.

Syntax

public FolderPathAbsolute(
   System.string folderPath
)
Public Function New( _
   ByVal folderPath As System.String _
)

Parameters

NameDescription
folderPathThe full, absolute path to the folder.

See Also