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.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic string CurrentFullFileName { get; }Public ReadOnly Property CurrentFullFileName As String
	Get
public:
property String^ CurrentFullFileName {
	String^ get ();
}member CurrentFullFileName : string with get
Valore della proprietà
String
Vedi anche