Metodo UtilUpdateDocumentReference
|
Aggiorna i riferimenti
Namespace: DedNetAcadAssembly: DedNetAcad (in DedNetAcad.dll) Versione: 27.3.0-beta
Sintassipublic static bool UpdateDocumentReference(
string fileName,
string startRefName,
string destRefName,
bool saveDocument = true
)
Public Shared Function UpdateDocumentReference (
fileName As String,
startRefName As String,
destRefName As String,
Optional saveDocument As Boolean = true
) As Boolean
public:
static bool UpdateDocumentReference(
String^ fileName,
String^ startRefName,
String^ destRefName,
bool saveDocument = true
)
static member UpdateDocumentReference :
fileName : string *
startRefName : string *
destRefName : string *
?saveDocument : bool
(* Defaults:
let _saveDocument = defaultArg saveDocument true
*)
-> bool
Parametri
- fileName String
- File del quale aggiornare i riferimenti
- startRefName String
- Riferimento di partenza
- destRefName String
- Riferimento di destinazione
- saveDocument Boolean (Optional)
- Indica se salvare il documento al termine dell'operazione di aggiornamento riferimenti.
Valore di ritorno
Boolean
Vedi anche