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
So in my search configuration, it is saying the ContentValueSetValidator is obsolete, and to use ctor with all parameters instead.
How do I do that? I haven't been able to find any real examples, in either documentation or on the forum.
Right now I just use it in my code like this:
new ContentValueSetValidator(true, true, publicAccessService, null, null, null);
Hope someone can enlighten me about this.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
ContentValueSetValidator obsolete, how to implement?
So in my search configuration, it is saying the ContentValueSetValidator is obsolete, and to use ctor with all parameters instead.
How do I do that? I haven't been able to find any real examples, in either documentation or on the forum.
Right now I just use it in my code like this:
Hope someone can enlighten me about this.
is working on a reply...