Copy one blob to another.
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- sourceBlob
- Type: CMS.AzureStorage BlobInfo
Source blob.
- destBlob
- Type: CMS.AzureStorage BlobInfo
Destination blob.
- async (Optional)
- Type: System Boolean
Indicates if copy operation should be asynchronous
See Also