Metodo UtilUpdateDocumentReference
|
Aggiorna il riferimento identificato da refId impostandogli il percorso di destinazione destRefName.
Namespace: DedNetAcadAssembly: DedNetAcad (in DedNetAcad.dll) Versione: 27.4.0
Sintassipublic static bool UpdateDocumentReference(
string fileName,
Object refId,
string destRefName,
bool saveDocument = true
)
Public Shared Function UpdateDocumentReference (
fileName As String,
refId As Object,
destRefName As String,
Optional saveDocument As Boolean = true
) As Boolean
public:
static bool UpdateDocumentReference(
String^ fileName,
Object^ refId,
String^ destRefName,
bool saveDocument = true
)
static member UpdateDocumentReference :
fileName : string *
refId : Object *
destRefName : string *
?saveDocument : bool
(* Defaults:
let _saveDocument = defaultArg saveDocument true
*)
-> bool
Parametri
- fileName String
- File del quale aggiornare i riferimenti
- refId Object
- Identificativo del riferimento da aggiornare.
- 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