Costruttore DocumentDisableEventArgs
|
Costruttore che inizializza i parametri dell'oggetto.
Namespace:
DedNet
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public DocumentDisableEventArgs(
DedDoc doc,
DedDataList datas,
string nome,
string percorso,
string ext,
Dictionary<string, Object> attributes,
bool visible
)
Public Sub New (
doc As DedDoc,
datas As DedDataList,
nome As String,
percorso As String,
ext As String,
attributes As Dictionary(Of String, Object),
visible As Boolean
)
public:
DocumentDisableEventArgs(
DedDoc^ doc,
DedDataList^ datas,
String^ nome,
String^ percorso,
String^ ext,
Dictionary<String^, Object^>^ attributes,
bool visible
)
new :
doc : DedDoc *
datas : DedDataList *
nome : string *
percorso : string *
ext : string *
attributes : Dictionary<string, Object> *
visible : bool -> DocumentDisableEventArgs
Parametri
- doc
- Tipo: DedNet.CoreDedDoc
Documento in aggiornamento. - datas
- Tipo: DedNet.CoreDedDataList
Lista delle anagrafiche - nome
- Tipo: SystemString
Nome del documento - percorso
- Tipo: SystemString
Percorso del documento - ext
- Tipo: SystemString
Estensione del documento - attributes
- Tipo: System.Collections.GenericDictionaryString, Object
Attributi documentali - visible
- Tipo: SystemBoolean
Indica se di default il file è visibile o meno all'utente.
Vedi anche