C# Class kasthack.vksharp.RequestApi.MethodGroup_notes

Datei anzeigen Open project: kasthack/kasthack.vksharp

Public Methods

Method Description
Delete ( int noteId ) : Request
DeleteComment ( int commentId, int ownerId = null ) : Request
RestoreComment ( int commentId, int ownerId = null ) : Request

Private Methods

Method Description
MethodGroup_notes ( RequestApi parent ) : System

Method Details

Delete() public method

public Delete ( int noteId ) : Request
noteId int
return Request

DeleteComment() public method

public DeleteComment ( int commentId, int ownerId = null ) : Request
commentId int
ownerId int
return Request

RestoreComment() public method

public RestoreComment ( int commentId, int ownerId = null ) : Request
commentId int
ownerId int
return Request