Share

iLogicVaultClass.GetFileByFullFilePath Method (String, Boolean)

Downloads Vault file using full file path, e.g. "$/Designs/Base.ipt". Returns full file name in local working folder.
Children and attachments are also downloaded.

Namespace:  Autodesk.iLogic.Vault
Assembly:  Autodesk.iLogic.Vault (in Autodesk.iLogic.Vault.dll) Version: 29.0

Syntax

VB

Public Function GetFileByFullFilePath ( 
	VaultFullFileName As String,
	Optional CheckOut As Boolean = false
) As String

C#

public string GetFileByFullFilePath(
	string VaultFullFileName,
	bool CheckOut = false
)

Parameters

VaultFullFileName
Type: System.String
The full path and file name in Vault virtual folder structure, e.g., "$/Designs/Part1.ipt"
CheckOut (Optional)
Type: System.Boolean
Optional. File downloaded does NOT check-out as default.

Return Value

Type: String
Local path/filename

See Also

Reference

Was this information helpful?