Metodo DedDocManagerAllDoc
|
Restituisce tutti i documenti registrati nel database in base
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 28.0.0
Sintassipublic DedDocList AllDoc(
List<string> exts,
bool esclude = true
)
Public Function AllDoc (
exts As List(Of String),
Optional esclude As Boolean = true
) As DedDocList
public:
DedDocList^ AllDoc(
List<String^>^ exts,
bool esclude = true
)
member AllDoc :
exts : List<string> *
?esclude : bool
(* Defaults:
let _esclude = defaultArg esclude true
*)
-> DedDocList
Parametri
- exts ListString
-
- esclude Boolean (Optional)
-
Valore di ritorno
DedDocListDedDocList di tutti i document registrati nel db
Vedi anche