I’m learning how to use Coolite at the moment. I’m trying to use the Store element but I don’t know what the ReaderID attribute of the JsonReader does?
I’m learning how to use Coolite at the moment. I’m trying to use the
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Without checking specifically I would assume that the ‘ReaderID’ property has the same benefits as any ‘ID’ property, in that it gives a unique reference to the element.
This is often so that you can find it by the ID and perform functions directly upon a specific instance, rather than finding it by type or having to loop through all the items on a page and locate the specific instance you’re after.