Share via


TemplateRegistration Constructor (String, String, String)

 

Create a TemplateRegistration

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

Syntax

public TemplateRegistration(
    string channelUri,
    string bodyTemplate,
    string templateName
)
public:
TemplateRegistration(
    String^ channelUri,
    String^ bodyTemplate,
    String^ templateName
)
new : 
        channelUri:string *
        bodyTemplate:string *
        templateName:string -> TemplateRegistration
Public Sub New (
    channelUri As String,
    bodyTemplate As String,
    templateName As String
)

Parameters

  • bodyTemplate
    Type: System.String

    The template xml in string format

See Also

TemplateRegistration Overload
TemplateRegistration Class
Microsoft.WindowsAzure.MobileServices Namespace

Return to top