.NET SDK BoxFolderRequest Description Field Not Working
I am able to create a new folder in Box using the .net sdk with the BoxFolderRequest. I include the Description field but the created folder does not include the description in Box. Has anyone successfully created a folder in Box using the .net sdk to include a description?
BoxFolderRequest folderRequest = new BoxFolderRequest
{
Description = "mydescription",
Name = "myfolder",
Parent = new BoxFolderRequest { Id = "123456"}
};
サインインしてコメントを残してください。
コメント
1件のコメント