Metodo DocStructInfoFindAllLevels
             | 
          
        
        
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic 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  String
 - cfg  String  (Optional)
 
Valore di ritorno
DocStructInfo
Vedi anche