Share

iLogicVaultClass.UpdateVaultFileProperties Method


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

Syntax

VB

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

C#

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

Parameters

VaultFullFileName
Type: System.String
VaultFileProperties
Type: System.Collections.Generic.Dictionary(TKey, TValue)
GetLatestFile (Optional)
Type: System.Boolean

Return Value

Type: Boolean

See Also

Reference

Was this information helpful?