NSFileProviderExtension.GetEnumerator(String, NSError) Method

Definition

When implemented by the developer, returns an enumerator for the contents of the container.

[Foundation.Export("enumeratorForContainerItemIdentifier:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual FileProvider.INSFileProviderEnumerator GetEnumerator (string containerItemIdentifier, out Foundation.NSError error);
abstract member GetEnumerator : string *  -> FileProvider.INSFileProviderEnumerator
override this.GetEnumerator : string *  -> FileProvider.INSFileProviderEnumerator

Parameters

containerItemIdentifier
String

The persistent identifiers for the container.

error
NSError

The error that occurred, if one occurred.

Returns

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to