VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentCollection Class / AddFolder(String,PdfAttachmentFolder) Method
Syntax Requirements SeeAlso
In This Topic
    AddFolder(String,PdfAttachmentFolder) Method (PdfAttachmentCollection)
    In This Topic
    Adds the folder to specified folder.
    Syntax
    'Declaration
    
    Public Function AddFolder( _
    ByVal parentFolderFullName
    Full name of parent folder.
    As System.String, _
    ByVal folder
    The folder to add.
    As PdfAttachmentFolder _
    ) As Boolean
    public bool AddFolder(
    System.String parentFolderFullName,
    PdfAttachmentFolder folder
    )
    public: bool AddFolder(
    System.String parentFolderFullName,
    PdfAttachmentFolder* folder
    )
    public:
    bool AddFolder(
    System.String parentFolderFullName,
    PdfAttachmentFolder^ folder
    )

    Parameters

    parentFolderFullName
    Full name of parent folder.
    folder
    The folder to add.

    Return Value

    True if folder is added; 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