Developer forum

Forum » Templates » Custom import Job

Custom import Job

Gheorghe Balan
Reply

Hi

How can I get the value of a File Picker field in a custom integration job. 

   [AddInParameter("File path and full name"),
         AddInParameterEditor(typeof(Dynamicweb.Extensibility.Editors.FileSelectEditor), ";usefilesfolder=true;"),
         AddInParameterGroup("Source")]
        public string FilePath { get; set; }

My problem is that the FilePath is always null.

 

Br

Gheorghe


Replies

 

You must be logged in to post in the forum