UIDocument.FileUrl Property

Definition

The file URL from which this UIDocument was initialized. Read-only.

public virtual Foundation.NSUrl FileUrl { [Foundation.Export("fileURL")] get; }
member this.FileUrl : Foundation.NSUrl

Property Value

Gets the file URL.

Attributes

Remarks

This can be used from a background thread.

Applies to