AI OnAI Off
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