diff --git a/ITPCfSQL.Azure/Container.cs b/ITPCfSQL.Azure/Container.cs index 5099253..6eb0a90 100644 --- a/ITPCfSQL.Azure/Container.cs +++ b/ITPCfSQL.Azure/Container.cs @@ -56,7 +56,7 @@ public List ListBlobs( { string res = Internal.InternalMethods.ListBlobs( AzureBlobService.AccountName, AzureBlobService.SharedKey, AzureBlobService.UseHTTPS, - this.Name, prefix, + this.Name, prefix, strNextMarker, IncludeSnapshots: includeSnapshots, IncludeMetadata: includeMetadata, IncludeCopy: includeCopy,