Click or drag to resize
ContainerInfoProvider.GetContent 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.AzureStorage.ContainerInfo
Container info object.
path
Type: System.String
Path.
useFlatListing
Type: System.Boolean
Specifies whether flat listing is used (all blobs with path prefix are used).

Return Value

Type: IEnumerable<IListBlobItem>
See Also