Câu hỏi được gắn thẻ «microsoft-graph»

5
c # - Microsoft Graph API - Kiểm tra xem thư mục có tồn tại không
Tôi đang sử dụng Microsoft Graph API và tôi đang tạo một thư mục như vậy: var driveItem = new DriveItem { Name = Customer_Name.Text + Customer_LName.Text, Folder = new Folder { }, AdditionalData = new Dictionary<string, object>() { {"@microsoft.graph.conflictBehavior","rename"} } }; var newFolder = await App.GraphClient .Me .Drive .Items["id-of-folder-I-am-putting-this-into"] …
Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.