Method | Description | |
---|---|---|
AzureBlobProvider ( string connectionString ) : System | ||
CreateFolder ( VirtoCommerce.Platform.Core.Asset.BlobFolder folder ) : void | ||
GetAbsoluteUrl ( string relativeUrl ) : string | ||
OpenReadOnly ( string url ) : |
||
Remove ( string urls ) : void | ||
Search ( string folderUrl, string keyword ) : VirtoCommerce.Platform.Core.Asset.BlobSearchResult | ||
Upload ( VirtoCommerce.Platform.Core.Asset.UploadStreamInfo request ) : string |
Method | Description | |
---|---|---|
GetBlobContainer ( string name ) : Microsoft.WindowsAzure.Storage.Blob.CloudBlobContainer | ||
GetContainerNameFromUrl ( string url ) : string | ||
GetDirectoryPathFromUrl ( string url ) : string | ||
GetOutlineFromUrl ( string url ) : string[] |
Return outline folder from absolute or relative url
|
|
ParseConnectionString ( string connectionString ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount |
public AzureBlobProvider ( string connectionString ) : System | ||
connectionString | string | |
return | System |
public CreateFolder ( VirtoCommerce.Platform.Core.Asset.BlobFolder folder ) : void | ||
folder | VirtoCommerce.Platform.Core.Asset.BlobFolder | |
return | void |
public GetAbsoluteUrl ( string relativeUrl ) : string | ||
relativeUrl | string | |
return | string |
public OpenReadOnly ( string url ) : |
||
url | string | |
return |
public Search ( string folderUrl, string keyword ) : VirtoCommerce.Platform.Core.Asset.BlobSearchResult | ||
folderUrl | string | |
keyword | string | |
return | VirtoCommerce.Platform.Core.Asset.BlobSearchResult |
public Upload ( VirtoCommerce.Platform.Core.Asset.UploadStreamInfo request ) : string | ||
request | VirtoCommerce.Platform.Core.Asset.UploadStreamInfo | |
return | string |