NSFileManager.GetUrlForUbiquityContainer(String) Method

Definition

The URL for the ubiquity (iCloud) container associated with the specified containerIdentifier.

[Foundation.Export("URLForUbiquityContainerIdentifier:")]
public virtual Foundation.NSUrl GetUrlForUbiquityContainer (string containerIdentifier);
abstract member GetUrlForUbiquityContainer : string -> Foundation.NSUrl
override this.GetUrlForUbiquityContainer : string -> Foundation.NSUrl

Parameters

containerIdentifier
String

To be added.

This parameter can be null.

Returns

Attributes

Applies to