Property | Type | Description |
---|
Method | Description | |
---|---|---|
PostCommentData ( string nonce, int itemId, string content ) : Refit | ||
PostCommentData ( string nonce, int itemId, string content, int parentId ) : Refit |
public PostCommentData ( string nonce, int itemId, string content ) : Refit | ||
nonce | string | |
itemId | int | |
content | string | |
return | Refit |
public PostCommentData ( string nonce, int itemId, string content, int parentId ) : Refit | ||
nonce | string | |
itemId | int | |
content | string | |
parentId | int | |
return | Refit |