Esempio n. 1
0
        // This story does not work with a consumer account.
        public static async Task <bool> TryCreateFolderAsync()
        {
            var createdFolderId = await UserSnippets.CreateFolderAsync(Guid.NewGuid().ToString());

            return(createdFolderId != null);
        }