Click or drag to resize

Metodo DedNetApplicationGetAllDocumentPaths

Restituisce tutti i path univoci dai documenti registrati nel database

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

Parametri

pathToHide (Optional)
Tipo: System.Collections.GenericListString
Path da escludere
additionalPaths (Optional)
Tipo: System.Collections.GenericListString
Percorsi addizionali

Valore di ritorno

Tipo: DictionaryString, ListString
Creo un dizionario con i percorsi strutturati Es. key = %ROOT%\PATH -> value = %ROOT%\PATH\SUBPATH
Vedi anche