| BlobInfoFetchAttributes Method | 
            Acquires attributes of 
Blob saved in blob storage.
            Ensures communication with the blob storage only if it's necessary.
            
 
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 10.0.0
 Syntax
Syntaxpublic bool FetchAttributes()
Return Value
Type: 
Boolean
            True if blob exists in blob storage and attributes were successfully fetched, false otherwise.
            
 See Also
See Also