Web API Edition | ComponentOne
C1.Web.Api.Storage.CloudStorage Namespace / AzureStorage Class / List Method

In This Topic
    List Method (AzureStorage)
    In This Topic
    Gets all files and folders within the specified path.
    Syntax
    'Declaration
     
    
    Public Function List() As List(Of ListResult)
    public List<ListResult> List()

    Return Value

    files and folders within the specified path
    See Also