Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested answer

How to move file from one folder to another folder in Sharepoint ?

(0) ShareShare
ReportReport
Posted on by 6

Hi Team,
do we have any reference code to move file from one folder to another folder in SharePoint?

with below code i am able to check the file exists or not but there is no method to move the file.

System.UriBuilder builder = new System.UriBuilder(integrationSource.SharepointUrl);
var host = builder.Host;

ISharePointProxy proxy  = SharePointHelper::createProxy(host, integrationSource.SharepointSite, externalId);

Microsoft.Dynamics.AX.Framework.FileManagement.SharePointDocumentStorageProvider storageProvider =
new Microsoft.Dynamics.AX.Framework.FileManagement.SharePointDocumentStorageProvider(proxy,TestIntegrationDefinition.SharepointFolder);

boolean fileExists;
fileExists = storageProvider.FileExists("Test.xlsx");



if(fileExists)
info("OK");

Regards,

Vijay Yelmame

  • Suggested answer
    Mohit Rampal Profile Picture
    12,538 Moderator on at
    RE: How to move file from one folder to another folder in Sharepoint ?

    Hi Vijay, You might already know, it can be done easily in tools like Power Automate or Logic Apps, as per my experience mostly customers using it these days. I could not find any article or code to move the file to another SharePoint folder using C#.

    Probably, someone will provide the code but consider those tools as well.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Dynamics 365 Community Update – Sep 16th

Welcome to the next edition of the Community Platform Update. This is a weekly…

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Dynamics 365 Community Newsletter - September 2024

Check out the latest community news

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Jahanvi Profile Picture

Jahanvi 34

#2
PJ JohnPaul Profile Picture

PJ JohnPaul 5

#3
SudhanshuMSID Profile Picture

SudhanshuMSID 1

Overall leaderboard

Product updates

Dynamics 365 release plans