Metodo InvDocStructInfoMakeFromFileList
|
Crea e restituisce una lista di struttura documento, data una lista di file, auto-creando i figli.
Questa funzione si preoccupa di non duplicare elementi nella lista resitituita.
Namespace:
DedNetInv
Assembly:
DedNetInv (in DedNetInv.dll) Versione: 21.3.0.0 (21.3.0.0)
Sintassi public static DocStructInfoList MakeFromFileList(
DedNetApplication app,
string[] fileList,
bool _makeChildrenOutOfMemory = false
)
Public Shared Function MakeFromFileList (
app As DedNetApplication,
fileList As String(),
Optional _makeChildrenOutOfMemory As Boolean = false
) As DocStructInfoList
public:
static DocStructInfoList^ MakeFromFileList(
DedNetApplication^ app,
array<String^>^ fileList,
bool _makeChildrenOutOfMemory = false
)
static member MakeFromFileList :
app : DedNetApplication *
fileList : string[] *
?_makeChildrenOutOfMemory : bool
(* Defaults:
let __makeChildrenOutOfMemory = defaultArg _makeChildrenOutOfMemory false
*)
-> DocStructInfoList
Parametri
- app
- Tipo: DedNetApplication
Applicazione di appartenenza. - fileList
- Tipo: SystemString
Lista di file da elaborare. - _makeChildrenOutOfMemory (Optional)
- Tipo: SystemBoolean
Valore di ritorno
Tipo:
DocStructInfoListRestituisce sempre una lista inizializzata.
Vedi anche