// Where "item" is of type SPItem // how to read bool result = Convert.ToBoolean(item["YesNoField"]); // how to write item["YesNoField"] = true; item.Update();
No comments:
Post a Comment