Metodo DedNetApplicationFindAllDoc |
Namespace: DedNet
public DedDocList FindAllDoc( List<string> ext, bool esclude = true )
Public Function FindAllDoc ( ext As List(Of String), Optional esclude As Boolean = true ) As DedDocList
public: DedDocList^ FindAllDoc( List<String^>^ ext, bool esclude = true )
member FindAllDoc : ext : List<string> * ?esclude : bool (* Defaults: let _esclude = defaultArg esclude true *) -> DedDocList