VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentFolder Class / DeleteFolder Methods / DeleteFolder(String) Method
Syntax Requirements SeeAlso
In This Topic
    DeleteFolder(String) Method (PdfAttachmentFolder)
    In This Topic
    Removes the sub folder with specified name and all files and folders that contain in specified folder.
    Syntax
    'Declaration
    
    Public Overloads Function DeleteFolder( _
    ByVal name
    The folder name.
    As System.String _
    ) As Boolean
    public bool DeleteFolder(
    System.String name
    )
    public: bool DeleteFolder(
    System.String name
    )
    public:
    bool DeleteFolder(
    System.String name
    )

    Parameters

    name
    The folder name.

    Return Value

    True if folder is removed; otherwise, false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also