NSUrl_PromisedItems Class

Definition

Defines static methods for dealing with promised items.

public static class NSUrl_PromisedItems
type NSUrl_PromisedItems = class
Inheritance
NSUrl_PromisedItems

Remarks

Promised items are resources whose presence in the local file system is not guaranteed until an NSFileCoordinator performs a coordinated read on the URL, resulting in the contents being either downloaded or generated.

Methods

CheckPromisedItemIsReachable(NSUrl, NSError)
GetPromisedItemResourceValue(NSUrl, NSObject, NSString, NSError)
GetPromisedItemResourceValue(NSUrl, NSObject, NSString, NSError)
GetPromisedItemResourceValues(NSUrl, NSString[], NSError)

Applies to