GetProfilePresentationInfo Method

Retrieves XML representing how profiles in the profile system should be displayed for the specified culture.

Namespace:  Microsoft.CommerceServer.Profiles.WebService
Assembly:  Microsoft.CommerceServer.Profiles.DataManagement (in Microsoft.CommerceServer.Profiles.DataManagement.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Overridable Function GetProfilePresentationInfo ( _
    cultureCode As String _
) As XmlElement
'Usage
Dim instance As ProfilesWebService
Dim cultureCode As String
Dim returnValue As XmlElement

returnValue = instance.GetProfilePresentationInfo(cultureCode)
[WebMethodAttribute]
public virtual XmlElement GetProfilePresentationInfo(
    string cultureCode
)
[WebMethodAttribute]
public:
virtual XmlElement^ GetProfilePresentationInfo(
    String^ cultureCode
)
public function GetProfilePresentationInfo(
    cultureCode : String
) : XmlElement

Parameters

  • cultureCode
    Type: System..::.String
    The culture for which the profile presentation information should be retrieved.

Return Value

Type: System.Xml..::.XmlElement
XML representing how profiles in the profile system should be displayed for the specified culture.

Remarks

XML representing the presentation info for all profiles in the specified locale.

Permissions

See Also

Reference

ProfilesWebService Class

ProfilesWebService Members

Microsoft.CommerceServer.Profiles.WebService Namespace