RemoteFieldValue not taking 2 arguments

Varun D July 2, 2012

new RemoteFieldValue("summary", new string[] { "test" })

I am trying to creat e a object of RemoteFieldValue but getting below error.

Error 1 No overload for method 'RemoteFieldValue' takes '2' arguments.

1 answer

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 2, 2012

Should have worked. Are you sure you are doing new String[] and not new string[].

Suggest an answer

Log in or Sign up to answer