Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.