Method | Description | |
---|---|---|
Delete ( int noteId ) : System.Threading.Tasks.Task | ||
DeleteComment ( int commentId, int ownerId = null ) : System.Threading.Tasks.Task | ||
DeleteCommentSync ( int commentId, int ownerId = null ) : void | ||
DeleteSync ( int noteId ) : void | ||
RestoreComment ( int commentId, int ownerId = null ) : System.Threading.Tasks.Task | ||
RestoreCommentSync ( int commentId, int ownerId = null ) : void |
Method | Description | |
---|---|---|
MethodGroup_Notes ( |
public Delete ( int noteId ) : System.Threading.Tasks.Task | ||
noteId | int | |
return | System.Threading.Tasks.Task |
public DeleteComment ( int commentId, int ownerId = null ) : System.Threading.Tasks.Task | ||
commentId | int | |
ownerId | int | |
return | System.Threading.Tasks.Task |
public DeleteCommentSync ( int commentId, int ownerId = null ) : void | ||
commentId | int | |
ownerId | int | |
return | void |
public RestoreComment ( int commentId, int ownerId = null ) : System.Threading.Tasks.Task | ||
commentId | int | |
ownerId | int | |
return | System.Threading.Tasks.Task |
public RestoreCommentSync ( int commentId, int ownerId = null ) : void | ||
commentId | int | |
ownerId | int | |
return | void |