Dato un fileName ritorna la lista delle anagrafiche associate.
Namespace: LuaApplicationAssembly: DedLuaApplication (in DedLuaApplication.dll) Versione: 27.1.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 String
- Nome di file
- isAttachContext Boolean
- Identifica il contesto del documento rispetto all'anagrafica
Valore di ritorno
DedDataListRitorna la lista di anagrafiche. Se si verificano errori ritorna null ed imposta il LastException
Vedi anche