Click or drag to resize
BlobInfoGetMetadata Method
Returns blob meta data.

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 9.0.0
Syntax
C#
public string GetMetadata(
	string key
)

Parameters

key
Type: SystemString
Metadata key.

Return Value

Type: String
See Also