Share via


TemplateRegistration Constructor (String, String, String, IEnumerable<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,
    IEnumerable<string> tags
)
public:
TemplateRegistration(
    String^ channelUri,
    String^ bodyTemplate,
    String^ templateName,
    IEnumerable<String^>^ tags
)
new : 
        channelUri:string *
        bodyTemplate:string *
        templateName:string *
        tags:IEnumerable<string> -> TemplateRegistration
Public Sub New (
    channelUri As String,
    bodyTemplate As String,
    templateName As String,
    tags As IEnumerable(Of 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