| ReviewManagerAddFolder Method |
리뷰 폴더 추가
Namespace:
VIZCore3D.NET.Manager
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax public int AddFolder(
int parentId,
string title,
ReviewManagerReviewFolderKind kind = ReviewManagerReviewFolderKind.UserView
)
Parameters
- parentId
- Type: SystemInt32
부모 폴더 아이디, Root is '-1' - title
- Type: SystemString
폴더 이름 - kind (Optional)
- Type: VIZCore3D.NET.ManagerReviewManagerReviewFolderKind
리뷰 유형
Return Value
Type:
Int32폴더 아이디
See Also