Share

iLogicVaultClass.UpdateVaultFileProperties Method

Update multiple Vault file properties.

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

Syntax

VB

Public Function UpdateVaultFileProperties ( 
	VaultFullFileName As String,
	VaultFileProperties As Dictionary(Of String, Object),
	Optional GetLatestFile As Boolean = true
) As Boolean

C#

public bool UpdateVaultFileProperties(
	string VaultFullFileName,
	Dictionary<string, Object> VaultFileProperties,
	bool GetLatestFile = true
)

Parameters

VaultFullFileName
Type: System.String
The full path and file name in Vault virtual folder structure, e.g., "$/Designs/Part1.ipt"
VaultFileProperties
Type: System.Collections.Generic.Dictionary(String, Object)
pairs of Vault File property display name and property value of respective type
GetLatestFile (Optional)
Type: System.Boolean
Option to download the updated file from Vault; default is true.

Return Value

Type: Boolean
Returns true on success; returns false in case of failure, e.g., if the file is not available for check out

See Also

Reference

Was this information helpful?