Autodesk Vault ProfessionalVault API

VaultFilePathAbsolute Constructor

Autodesk.DataManagement.Client.Framework.CurrencyVaultFilePathAbsolute

Constructor for VaultFilePathAbsolute

Syntax

public VaultFilePathAbsolute(
   System.string vaultFilePath
)
Public Function New( _
   ByVal vaultFilePath As System.String _
)

Parameters

NameDescription
vaultFilePathThe full Vault path to the file. Must be rooted.

See Also