ContentProvider.GetFullyQualifiedEmbeddedResourcePath Method (String, String)

 

Create a fully qualified embedded resource path by first converting a path of the form "path1/path2/path3" to one of "path1.path2.path3" following convention embedded resource naming, and then fully qualify it with the default CLR name space so that it becomes "prefix.path1.path2.path3".

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Content
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Protected Overridable Function GetFullyQualifiedEmbeddedResourcePath (
	prefix As String,
	path As String
) As String

Parameters

prefix
Type: System.String

The resource prefix to prepend.

path
Type: System.String

The path to convert.

Return Value

Type: System.String

The converted path.

Return to top
Show: