A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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