NSFileVersion.RemoveOtherVersions(NSUrl, NSError) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes all versions except this one from the version store. Returns true if the removal was successful.
[Foundation.Export("removeOtherVersionsOfItemAtURL:error:")]
public static bool RemoveOtherVersions (Foundation.NSUrl url, out Foundation.NSError outError);
static member RemoveOtherVersions : Foundation.NSUrl * -> bool
Parameters
- url
- NSUrl
- outError
- NSError
Returns
- Attributes