Costruttore DocumentDisableEventArgs
|
Costruttore che inizializza i parametri dell'oggetto.
Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.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 DedDoc
- Documento in aggiornamento.
- datas DedDataList
- Lista delle anagrafiche
- nome String
- Nome del documento
- percorso String
- Percorso del documento
- ext String
- Estensione del documento
- attributes DictionaryString, Object
- Attributi documentali
- visible Boolean
- Indica se di default il file è visibile o meno all'utente.
Vedi anche