London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Example setting IsDeleted to true:
client.Update<Video>("147249251").Field(x => x.IsDeleted, true).Execute();
The only place I have seen Update mentioned in the documentation is at the end of this page:
http://world.episerver.com/documentation/Items/Developers-Guide/EPiServer-Find/11/DotNET-Client-API/Indexing/
Hi,
How should we use Update operation?
Uncompleted example:
What should we use as commandAction?
Did we create correct UpdateRequestBody item?
I'll be grateful for any links to this topic.
Best regards,
Pavel