Click or drag to resize

Metodo DedNetApplication.GetAllDocumentPaths

Restituisce tutti i path univoci dai documenti registrati nel database

Namespace: DedNet
Assembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassi
public Dictionary<string, List<string>> GetAllDocumentPaths(
	List<string> pathToHide = null,
	List<string> additionalPaths = null
)

Parametri

pathToHide  List<String>  (Optional)
Path da escludere
additionalPaths  List<String>  (Optional)
Percorsi addizionali

Valore di ritorno

Dictionary<String, List<String>>
Creo un dizionario con i percorsi strutturati Es. key = %ROOT%\PATH -> value = %ROOT%\PATH\SUBPATH
Vedi anche