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

    Parameters

    fileFullName
    Full name of moving file.
    destFolderFullName
    Full name of folder to file moves.

    Return Value

    True if file 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