| BlobInfoSetMetadata Method (String, String, Boolean) | 
            Sets meta data to blob.
            
 
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 10.0.0
 Syntax
Syntaxpublic void SetMetadata(
	string key,
	string value,
	bool update
)
Parameters
- key
- Type: SystemString
 MetaData key.
- value
- Type: SystemString
 Metadata value.
- update
- Type: SystemBoolean
 Indicates whether data are updated in the cloud.
 See Also
See Also