VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentCollection Class / CreateFolder Methods / CreateFolder(String,String) Method
Syntax Requirements SeeAlso
In This Topic
    CreateFolder(String,String) Method (PdfAttachmentCollection)
    In This Topic
    Creates new folder an adds it in specified folder.
    Syntax
    'Declaration
    
    Public Overloads Function CreateFolder( _
    ByVal parentFolderFullName
    Full name of parent folder of new folder.
    As System.String, _
    ByVal newFolderName
    Name of new folder.
    As System.String _
    ) As PdfAttachmentFolder
    public PdfAttachmentFolder CreateFolder(
    System.String parentFolderFullName,
    System.String newFolderName
    )
    public: PdfAttachmentFolder* CreateFolder(
    System.String parentFolderFullName,
    System.String newFolderName
    )
    public:
    PdfAttachmentFolder^ CreateFolder(
    System.String parentFolderFullName,
    System.String newFolderName
    )

    Parameters

    parentFolderFullName
    Full name of parent folder of new folder.
    newFolderName
    Name of new folder.

    Return Value

    PdfAttachmentFolder instance if folder is created; otherwise, null.
    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