Metodo DedNetApplicationFindDocsByPath
|
Restituisce una lista di documenti presenti in un path
Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public DedDocList FindDocsByPath(
string path,
List<string> extList,
bool includeSubDirsDocs = false
)
Public Function FindDocsByPath (
path As String,
extList As List(Of String),
Optional includeSubDirsDocs As Boolean = false
) As DedDocList
public:
DedDocList^ FindDocsByPath(
String^ path,
List<String^>^ extList,
bool includeSubDirsDocs = false
)
member FindDocsByPath :
path : string *
extList : List<string> *
?includeSubDirsDocs : bool
(* Defaults:
let _includeSubDirsDocs = defaultArg includeSubDirsDocs false
*)
-> DedDocList
Parametri
- path String
-
- extList ListString
-
- includeSubDirsDocs Boolean (Optional)
-
Valore di ritorno
DedDocListVedi anche