DedNetConnectorCommandsGetDataByDocument Method
|
Ritorna l'elenco delle anagrafiche associate al documento.
Namespace: DedNetConnectorAssembly: DedNetConnector (in DedNetConnector.dll) Version: 27.2.0
Syntax public DedDataLight[] GetDataByDocument(
string file,
bool isAttachContext = false
)
Public Function GetDataByDocument (
file As String,
Optional isAttachContext As Boolean = false
) As DedDataLight()
public:
array<DedDataLight^>^ GetDataByDocument(
String^ file,
bool isAttachContext = false
)
member GetDataByDocument :
file : string *
?isAttachContext : bool
(* Defaults:
let _isAttachContext = defaultArg isAttachContext false
*)
-> DedDataLight[]
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
DedDataLightTipo: 'DedNetConnector.DedDataLight[]'; Ritorna un array con le anagrafiche trovate, nel caso non ve ne siano ritorna un array con 0 elementi.
See Also