CommentService.Update Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Update(Comment, IEnumerable, bool)
Updates a Comment object.
public static Comment Update(Comment comment, IEnumerable<int> blobs = null, bool sudo = false)
Parameters
- blobs
- System.Collections.Generic.IEnumerable
Ids of additional Blobs to attach.
- sudo
- bool
true
to perform action as super user, otherwise false
.