NSFileVersion.RemoveOtherVersions(NSUrl, NSError) Method

Definition

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

Applies to