AddFolder
Overloads
| Name | Description |
|---|---|
| AddFolder(int parentId, string title, ReviewFolderKind kind) | 리뷰 폴더 추가 |
AddFolder(int parentId, string title, ReviewFolderKind kind)
public int AddFolder(int parentId, string title, ReviewFolderKind kind)
리뷰 폴더 추가
Parameters
| Name | Type | Description |
|---|---|---|
| parentId | int | 부모 폴더 아이디, Root is '-1' |
| title | string | 폴더 이름 |
| kind | ReviewFolderKind | 리뷰 유형 |
Returns
| Type | Description |
|---|---|
| int | 폴더 아이디 |