Answered
How to get "withProperties" to work
The following does not create a new document
with the name "Hello". Why not?
add.documents.add(undefined, undefined, {name: "Hello"});
Can anyone tell me what I'm doing wrong?
Thanks,
Ariel
The following does not create a new document
with the name "Hello". Why not?
add.documents.add(undefined, undefined, {name: "Hello"});
Can anyone tell me what I'm doing wrong?
Thanks,
Ariel
name is read-only...
Harbs
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.