Metodo DedNetApplicationCreateFormWhereUsed (DedDocList, Boolean)
|
Crea e restituisce la finestra di dialogo utilizzata per il comando
Apri File Associati.
Namespace:
DedNet
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public DedFormWhereUsed CreateFormWhereUsed(
DedDocList docs,
bool attach = false
)
Public Function CreateFormWhereUsed (
docs As DedDocList,
Optional attach As Boolean = false
) As DedFormWhereUsed
public:
DedFormWhereUsed^ CreateFormWhereUsed(
DedDocList^ docs,
bool attach = false
)
member CreateFormWhereUsed :
docs : DedDocList *
?attach : bool
(* Defaults:
let _attach = defaultArg attach false
*)
-> DedFormWhereUsed
Parametri
- docs
- Tipo: DedNet.CoreDedDocList
Lista dei documenti del quale chiedere la selezione dei file associati. - attach (Optional)
- Tipo: SystemBoolean
Valore di ritorno
Tipo:
DedFormWhereUsedVedi anche