Share

iLogicVaultClass.GetFileByFullFilePath Method (String, Dictionary, Boolean, String)


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

Syntax

VB

Public Function GetFileByFullFilePath ( 
	VaultFullFileName As String,
	ByRef VaultFileProperties As Dictionary,
	VaultItemProperties As Boolean,
	Optional CheckOut As String = false
) As String

C#

public string GetFileByFullFilePath(
	string VaultFullFileName,
	ref Dictionary VaultFileProperties,
	bool VaultItemProperties,
	string CheckOut = false
)

Parameters

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

Return Value

Type: String

See Also

Reference

Was this information helpful?