Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / Extensions Class / ContainsFolderAsync Method

In This Topic
    ContainsFolderAsync Method
    In This Topic
    Returns true if a folder contains another folder with the given name
    Syntax
    'Declaration
     
    
    Public Shared Function ContainsFolderAsync( _
       ByVal folder As StorageFolder, _
       ByVal name As String _
    ) As Task(Of Boolean)
    public static Task<bool> ContainsFolderAsync( 
       StorageFolder folder,
       string name
    )

    Parameters

    folder
    name

    Return Value

    True if the folder contains the folder with given name. False - otherwise
    See Also