Click or drag to resize

Metodo DedDocManagerWritePropertiesInDb

Scrive le proprietà del documento nella tabella DED_DOC_PROPERTIES

Namespace: DedNet.Core
Assembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi
public void WritePropertiesInDb(
	DedDoc doc,
	Dictionary<string, Object> docProps
)

Parametri

doc  DedDoc
 
docProps  DictionaryString, Object
Lista delle proprietà da scrivere
Vedi anche