Click or drag to resize

Metodo DedDocManagerReadAllProperties(String, Boolean)

Legge tutte le proprietà del documento dalla tabella DED_DOC_PROPERTIES e le restituisce sotto forma di dizionario nome valore

Namespace: DedNet.Core
Assembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi
public Dictionary<string, Object> ReadAllProperties(
	string docId,
	bool nameTraslated = false
)

Parametri

docId  String
 
nameTraslated  Boolean  (Optional)
 

Valore di ritorno

DictionaryString, Object
Vedi anche