コード例 #1
0
        public async Task TestCallMoveDriveItemAsync()
        {
            OneDriveApi oneDriveApi = new OneDriveApi(graphClient);
            bool        result      = await oneDriveApi.CallMoveDriveItemAsync();

            Assert.IsTrue(result);
        }