Click or drag to resize
ContainerInfoProviderGetContent Method (ContainerInfo, String, Boolean)
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,
	bool useFlatListing
)

Parameters

ci
Type: CMS.AzureStorageContainerInfo
Container info object.
path
Type: SystemString
Path.
useFlatListing
Type: SystemBoolean
Specifies whether flat listing is used (all blobs with path prefix are used).

Return Value

Type: IEnumerableIListBlobItem
See Also