SectionManagerDeleteComment Method |
Namespace: VIZCore3D.NET.Manager
public void DeleteComment( int id, int subid, int commentId )
// VIZCore3D.NET Control private VIZCore3D.NET.VIZCore3DControl vizcore3d; private void Example() { int SectionID = 1; int SectionSubID = 2; int CommentID = 3; vizcore3d.Review.Comment.DeleteComment( ReviewID , SectionSubID , CommentID ); }