TemplateRegistration Constructor (String, String, String)

 

Create a TemplateRegistration

Namespace:   Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.Mobile.Ext (in Microsoft.WindowsAzure.Mobile.Ext.dll)

public TemplateRegistration(
	string channelUri,
	string bodyTemplate,
	string templateName
)

Parameters

channelUri
Type: System.String

The channel uri

bodyTemplate
Type: System.String

The template xml in string format

templateName
Type: System.String

The template name

Return to top
Show: