Property Url
Url
URL to local file, accessible to the application.
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Examples
attachmend.Url = new System.Uri(System.IO.Path.Combine(Application.streamingAssetsPath, fileName)).AbsoluteUri;