Metodo DedNetApplicationFindDocsByPath |
Namespace: DedNet
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