DeleteResource Method
Deletes the resource at the specified URL.
Syntax
[VB.NET] Public Sub DeleteResource(ByVal URL As String)
[C#] public void DeleteResource(string URL);
Remarks
The component will delete a resource at the specified URL.
NOTE: This method has a corresponding asynchronous version (DeleteResourceAsync) for use in the Xamarin environment.