Metodo DedDocManagerAllDocumentPaths
|
Restituisce tutti i path univoci dai documenti registrati nel database
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 28.0.0
Sintassipublic Dictionary<string, List<string>> AllDocumentPaths(
List<string> pathToHide = null,
List<string> additionalPaths = null
)
Public Function AllDocumentPaths (
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^>^>^ AllDocumentPaths(
List<String^>^ pathToHide = nullptr,
List<String^>^ additionalPaths = nullptr
)
member AllDocumentPaths :
?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