Is there Any API available to apply legal Hold ?
Yes, the Dropbox API does have several endpoints for working with legal holds. You can find the documentation for them starting here:
https://www.dropbox.com/developers/documentation/http/teams#team-legal_holds-create_policy
Hello ,
I want to apply Legal Hold on my files and folders using Api Is there any api available for apply legal hold ?
Can i use that using Dropbox Dll ?
i want to apply legal hold on some files and Folders using Dropbox Dll in c#
You can use the Dropbox .NET SDK in C# to perform these calls. You can find the documentation for the corresponding methods in that SDK here.