Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
You can get the file, check it out and then check it in as:
VersioningFile file = System.Web.Hosting.HostingEnvironment.VirtualPathProvider.GetFile(path) as VersioningFile; file.CheckOut(); //Update file file.CheckIn("updated");
Hi,
I want to get a file from the VPP using c# and when I do I want to Check it out, when the user has updated the file I want to check it back in. Can this be done via c#?
Thanks
Jon