Proprietà DedDocCurrentFullFileName
|
Restituisce il percorso completo del documento che l'applicazione
può e deve utilizzare per leggere le informazioni del documento nel
metodo RefreshInfoFile.
Infatti restituisce il valore della proprietà FullFileName o FullCheckOutFileName
in base al fatto che il documento sia in check-in o in check-out.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public string CurrentFullFileName { get; }
Public ReadOnly Property CurrentFullFileName As String
Get
public:
property String^ CurrentFullFileName {
String^ get ();
}
member CurrentFullFileName : string with get
Valore della proprietà
Tipo:
StringVedi anche