Dijeli putem


GetXml Method

Gets the XML representation for this profile object in the specified format.

Namespace:  Microsoft.CommerceServer.Runtime.Profiles
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Function GetXml ( _
    xmlRetrieve As ProfileXmlRetrieve, _
    xmlFormat As ProfileXmlFormat _
) As String
'Usage
Dim instance As Profile
Dim xmlRetrieve As ProfileXmlRetrieve
Dim xmlFormat As ProfileXmlFormat
Dim returnValue As String

returnValue = instance.GetXml(xmlRetrieve, _
    xmlFormat)
public string GetXml(
    ProfileXmlRetrieve xmlRetrieve,
    ProfileXmlFormat xmlFormat
)
public:
String^ GetXml(
    ProfileXmlRetrieve xmlRetrieve, 
    ProfileXmlFormat xmlFormat
)
public function GetXml(
    xmlRetrieve : ProfileXmlRetrieve, 
    xmlFormat : ProfileXmlFormat
) : String

Parameters

Return Value

Type: System..::.String
XML representation for the data.

Remarks

The xmlRetrieve enumeration value shall be one of the following:

The xmlFormat enumeration value shall be one of the following:

Permissions

See Also

Reference

Profile Class

Profile Members

Microsoft.CommerceServer.Runtime.Profiles Namespace