Metodo UtilUpdateDocumentReference
|
Aggiorna i riferimenti
Namespace:
DedNetAcad
Assembly:
DedNetAcad (in DedNetAcad.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassi public static bool UpdateDocumentReference(
string fileName,
string startRefName,
string destRefName
)
Public Shared Function UpdateDocumentReference (
fileName As String,
startRefName As String,
destRefName As String
) As Boolean
public:
static bool UpdateDocumentReference(
String^ fileName,
String^ startRefName,
String^ destRefName
)
static member UpdateDocumentReference :
fileName : string *
startRefName : string *
destRefName : string -> bool
Parametri
- fileName
- Tipo: SystemString
File del quale aggiornare i riferimenti - startRefName
- Tipo: SystemString
Riferimento di partenza - destRefName
- Tipo: SystemString
Riferimento di destinazione
Valore di ritorno
Tipo:
BooleanVedi anche