Logesh Kumar

Logesh Kumar

  • 1.4k
  • 243
  • 30k

How to Add File Key Value Pair?

Jan 14 2020 1:25 AM
String Key Value Pair 
 new KeyValuePair<string, string>("CreatedBy", V.CreatedBy),
 
 
How to Get File Key Value Pair ? 
  //new KeyValuePair<File, File>("VendorPhoto",V.VendorPhoto),// Its Not Working
 
If There is any solution let me Know... 

Answers (3)