VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentCollection Class / DeleteFolder(String) Method
Syntax Requirements SeeAlso
In This Topic
    DeleteFolder(String) Method (PdfAttachmentCollection)
    In This Topic
    Deletes a folder with specified name and all files and sub folders from specified folder.
    Syntax
    'Declaration
    
    Public Function DeleteFolder( _
    ByVal folderFullName
    Full name of the folder.
    As System.String _
    ) As Boolean
    public bool DeleteFolder(
    System.String folderFullName
    )
    public: bool DeleteFolder(
    System.String folderFullName
    )
    public:
    bool DeleteFolder(
    System.String folderFullName
    )

    Parameters

    folderFullName
    Full name of the folder.

    Return Value

    True if folder is deleted; otherwise, false.
    Requirements

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

    See Also