Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi, i'm using ContentService to create umbraco content from c#. How can i set the SeoCheker property using Icontent.SetValue property?
You can use
SEOChecker.Core.DataTypeValues.SEOCheckerValues()
Then use the ToXmlString() method to serialize the values.
It's unsupported but should work.
Best,
Richard
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to Set SeoChecker metadata using ContentService
Hi, i'm using ContentService to create umbraco content from c#. How can i set the SeoCheker property using Icontent.SetValue property?
You can use
Then use the ToXmlString() method to serialize the values.
It's unsupported but should work.
Best,
Richard
is working on a reply...