Metodo FileStateManagerGetElement
|
Restituisce l'elemento con le informazioni del documento. Se esiste già lo restituisce altrimenti lo crea, lo aggiunge e lo restituisce.
Namespace: DedNetInvAssembly: DedNetInv (in DedNetInv.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassipublic FileStateElement GetElement(
string fullFileName,
string fullDocumentName
)
Public Function GetElement (
fullFileName As String,
fullDocumentName As String
) As FileStateElement
public:
FileStateElement^ GetElement(
String^ fullFileName,
String^ fullDocumentName
)
member GetElement :
fullFileName : string *
fullDocumentName : string -> FileStateElement
Parametri
- fullFileName String
-
- fullDocumentName String
-
Valore di ritorno
FileStateElement
Vedi anche