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