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