Click or drag to resize

DedNetConnectorCommandsGetDataByDocument Method

Ritorna l'elenco delle anagrafiche associate al documento.

Namespace: DedNetConnector
Assembly: DedNetConnector (in DedNetConnector.dll) Version: 27.1.0
Syntax
public DedDataLight[] GetDataByDocument(
	string file,
	bool isAttachContext = false
)

Parameters

file  String
Percorso del documento.
isAttachContext  Boolean  (Optional)
Specifica se ritornare le anagrafiche in cui il documento è usato come file allegato (True) o come file primario (False); Default: False.

Return Value

DedDataLight
Tipo: 'DedNetConnector.DedDataLight[]'; Ritorna un array con le anagrafiche trovate, nel caso non ve ne siano ritorna un array con 0 elementi.
See Also