3
Answers

How to Add File Key Value Pair?

Logesh Kumar

Logesh Kumar

5y
2.4k
1
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)