ContainerInfoProviderGetContent Method (ContainerInfo, String, Boolean) |
Returns content of container.
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 13.0.131
Syntax public static IEnumerable<IListBlobItem> GetContent(
ContainerInfo containerInfo,
string path,
bool useFlatListing
)
Parameters
- containerInfo
- 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:
IEnumerableIListBlobItemSee Also