Click or drag to resize
ContainerInfoProviderGetContent Method (ContainerInfo, String)
Returns content of container.

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 9.0.0
Syntax
C#
public static IEnumerable<IListBlobItem> GetContent(
	ContainerInfo ci,
	string path
)

Parameters

ci
Type: CMS.AzureStorageContainerInfo
Container info object.
path
Type: SystemString
Path.

Return Value

Type: IEnumerableIListBlobItem
See Also