VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / PdfAttachmentCollection Class / MoveFolder(String,String) Method
Syntax Requirements SeeAlso
In This Topic
    MoveFolder(String,String) Method (PdfAttachmentCollection)
    In This Topic
    Moves the folder to specified folder.
    Syntax
    'Declaration
    
    Public Function MoveFolder( _
    ByVal folderFullName
    Full name of moving folder.
    As System.String, _
    ByVal destFolderFullName
    Full name of new parent folder of moving folder.
    As System.String _
    ) As Boolean
    public bool MoveFolder(
    System.String folderFullName,
    System.String destFolderFullName
    )
    public: bool MoveFolder(
    System.String folderFullName,
    System.String destFolderFullName
    )
    public:
    bool MoveFolder(
    System.String folderFullName,
    System.String destFolderFullName
    )

    Parameters

    folderFullName
    Full name of moving folder.
    destFolderFullName
    Full name of new parent folder of moving folder.

    Return Value

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