Metodo DedNetApplicationGetAllDocumentPaths
|
Restituisce tutti i path univoci dai documenti registrati nel database
Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public Dictionary<string, List<string>> GetAllDocumentPaths(
List<string> pathToHide = null,
List<string> additionalPaths = null
)
Public Function GetAllDocumentPaths (
Optional pathToHide As List(Of String) = Nothing,
Optional additionalPaths As List(Of String) = Nothing
) As Dictionary(Of String, List(Of String))
public:
Dictionary<String^, List<String^>^>^ GetAllDocumentPaths(
List<String^>^ pathToHide = nullptr,
List<String^>^ additionalPaths = nullptr
)
member GetAllDocumentPaths :
?pathToHide : List<string> *
?additionalPaths : List<string>
(* Defaults:
let _pathToHide = defaultArg pathToHide null
let _additionalPaths = defaultArg additionalPaths null
*)
-> Dictionary<string, List<string>>
Parametri
- pathToHide ListString (Optional)
- Path da escludere
- additionalPaths ListString (Optional)
- Percorsi addizionali
Valore di ritorno
DictionaryString,
ListString Creo un dizionario con i percorsi strutturati Es. key = %ROOT%\PATH -> value = %ROOT%\PATH\SUBPATH
Vedi anche