Hello,
I am trying to update some values in the current document. I thought I could use something like this:
CMSContext.CurrentDocument.SetIntegerValue("Column", number, true);
CMSContext.CurrentDocument.Update();
However, I get an error: [TreeProvider.CheckUser]: No user specified. You must initialize the UserInfo property of the tree provider.
My question is - wouldn't CurrentDocument take into account CurrentUser?