Metodo UtilUpdateAllDocumentReferences
|
Aggiorna tutti i riferimenti che puntano al startRefName passato.
Namespace: DedNetAcadAssembly: DedNetAcad (in DedNetAcad.dll) Versione: 28.0.0
Sintassipublic static bool UpdateAllDocumentReferences(
string fileName,
string startRefName,
string destRefName,
bool saveDocument = true
)
Public Shared Function UpdateAllDocumentReferences (
fileName As String,
startRefName As String,
destRefName As String,
Optional saveDocument As Boolean = true
) As Boolean
public:
static bool UpdateAllDocumentReferences(
String^ fileName,
String^ startRefName,
String^ destRefName,
bool saveDocument = true
)
static member UpdateAllDocumentReferences :
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