Metodo DocStructInfoFindAllLevels
|
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public DocStructInfo FindAllLevels(
string filename,
string cfg = "*"
)
Public Function FindAllLevels (
filename As String,
Optional cfg As String = "*"
) As DocStructInfo
public:
DocStructInfo^ FindAllLevels(
String^ filename,
String^ cfg = L"*"
)
member FindAllLevels :
filename : string *
?cfg : string
(* Defaults:
let _cfg = defaultArg cfg "*"
*)
-> DocStructInfo
Parametri
- filename
- Tipo: SystemString
- cfg (Optional)
- Tipo: SystemString
Valore di ritorno
Tipo:
DocStructInfoVedi anche