Proprietà DedNetApplicationPubExtList 
             | 
          
        
         
            Restituisce la lista delle estensioni per le quali associare i documenti come pubblicazione.
            Aggiungere a questa collezione le estensioni (senza punto) per le quali usare questo tipo di associazione
            nel caso di associazione file primario.
            Di default viene inizializzata con dwf, pdf e tif.
            
 
    Namespace: 
   DedNet
    Assembly:
   DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassipublic List<string> PubExtList { get; }Public ReadOnly Property PubExtList As List(Of String)
	Get
public:
property List<String^>^ PubExtList {
	List<String^>^ get ();
}member PubExtList : List<string> with get
Valore della proprietà
Tipo: 
ListString
Vedi anche