Costruttore FolderDisableEventArgs
             | 
          
        
        
            Costruttore.
            
        
        Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic FolderDisableEventArgs(
	string percorso,
	string nome,
	DedDocList docList,
	DedDataList datas,
	bool visible
)
Public Sub New ( 
	percorso As String,
	nome As String,
	docList As DedDocList,
	datas As DedDataList,
	visible As Boolean
)
public:
FolderDisableEventArgs(
	String^ percorso, 
	String^ nome, 
	DedDocList^ docList, 
	DedDataList^ datas, 
	bool visible
)
new : 
        percorso : string * 
        nome : string * 
        docList : DedDocList * 
        datas : DedDataList * 
        visible : bool -> FolderDisableEventArgsParametri
- percorso  String
 - Percorso della cartella.
 - nome  String
 - Nome della cartella.
 - docList  DedDocList
 - Lista di documenti all'interno della cartella.
 - datas  DedDataList
 - Lista di anagrafiche.
 - visible  Boolean
 - Indica se di default la cartella è visibile o meno all'utente.
 
Vedi anche