Hello!
I need to remove this checkmark from page metadata. Didn't find solution anywhere, tried to check TreeNode column names, but didn't find anything similar.
Thanks in advance.
I don't believe you uncheck the checkbox; you simply set the values in the API and the checkbox will be unchecked.
treeNode.DocumentPageTitle = "Your page title"; treeNode.Update();
Hm. i'll check once more. Thank you, Brenden.
It was my fault, all working correctly.
Thank you again.
Please, sign in to be able to submit a new answer.