Proprietà AssociateDocumentDelegateNewAttachFileName
|
Restitusice o imposta il delegate che viene chiamato per reperire il nome file nel caso di importazione
di un nuovo documento come allegato.
Il valore restituito deve essere il nome file compreso di estensione ma senza percorso: viene calcolato
dal comando.
Chi implementa il delegate dovrebbe sollevare eccezioni in caso
di errore per interrompere ed annullare tutta la procedura di importazione documenti.
Namespace:
DedNet.Commands
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public ParamRest<DocStructInfo, string> DelegateNewAttachFileName { get; set; }
Public Property DelegateNewAttachFileName As ParamRest(Of DocStructInfo, String)
Get
Set
public:
property ParamRest<DocStructInfo^, String^>^ DelegateNewAttachFileName {
ParamRest<DocStructInfo^, String^>^ get ();
void set (ParamRest<DocStructInfo^, String^>^ value);
}
member DelegateNewAttachFileName : ParamRest<DocStructInfo, string> with get, set
Valore della proprietà
Tipo:
ParamRestDocStructInfo,
StringVedi anche