Metodo DedApi.file2Codes

LuaApplication DedApi

Metodo DedApifile2Codes

Dato un fileName ritorna la lista delle anagrafiche associate

Namespace:  LuaApplication
Assembly:  DedLuaApplication (in DedLuaApplication.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public DedDataList file2Codes(
	string fileName,
	bool isAttachContext
)
Public Function file2Codes ( 
	fileName As String,
	isAttachContext As Boolean
) As DedDataList
public:
DedDataList^ file2Codes(
	String^ fileName, 
	bool isAttachContext
)
member file2Codes : 
        fileName : string * 
        isAttachContext : bool -> DedDataList 

Parametri

fileName
Tipo: SystemString
Nome di file
isAttachContext
Tipo: SystemBoolean
Identifica il contesto del documento rispetto all'anagrafica

Valore di ritorno

Tipo: DedDataList
Ritorna la lista di anagrafiche. Se si verificano errori ritorna null ed imposta il LastException
Vedi anche