Remove checkmark from "Inherit" checkbox at Page title and Page Description fields on Metadata tab.

Targutai Yesugei asked on August 31, 2017 14:29

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.

Correct Answer

Brenden Kehren answered on August 31, 2017 15:29

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();
1 votesVote for this answer Unmark Correct answer

Recent Answers


Targutai Yesugei answered on August 31, 2017 15:40

Hm. i'll check once more. Thank you, Brenden.

0 votesVote for this answer Mark as a Correct answer

Targutai Yesugei answered on September 1, 2017 08:03

It was my fault, all working correctly.

Thank you again.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.