SPAlertTemplate.GetLocalizedXml method

Gets a version of the Collaborative Application Markup Language (CAML) from the Xml property that has been localized for the specified locale.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function GetLocalizedXml ( _
    lcid As UInteger _
) As String
'Usage
Dim instance As SPAlertTemplate
Dim lcid As UInteger
Dim returnValue As String

returnValue = instance.GetLocalizedXml(lcid)
public string GetLocalizedXml(
    uint lcid
)

Parameters

Return value

Type: System.String
A localized version of the CAML that defines the alert template.

See also

Reference

SPAlertTemplate class

SPAlertTemplate members

Microsoft.SharePoint namespace