CreateProfileXML Method

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

Syntax

'Declaration
Function CreateProfileXML ( _
    sValue As Object, _
    bstrProfileType As String, _
    bstrProfileXML As String, _
    eXMLFormat As XMLFormatEnum _
) As ProfileObject
'Usage
Dim instance As IProfileService2
Dim sValue As Object
Dim bstrProfileType As String
Dim bstrProfileXML As String
Dim eXMLFormat As XMLFormatEnum
Dim returnValue As ProfileObject

returnValue = instance.CreateProfileXML(sValue, _
    bstrProfileType, bstrProfileXML, _
    eXMLFormat)
ProfileObject CreateProfileXML(
    Object sValue,
    string bstrProfileType,
    string bstrProfileXML,
    XMLFormatEnum eXMLFormat
)
ProfileObject^ CreateProfileXML(
    [InAttribute] Object^ sValue, 
    [InAttribute] String^ bstrProfileType, 
    [InAttribute] String^ bstrProfileXML, 
    [InAttribute] XMLFormatEnum eXMLFormat
)
function CreateProfileXML(
    sValue : Object, 
    bstrProfileType : String, 
    bstrProfileXML : String, 
    eXMLFormat : XMLFormatEnum
) : ProfileObject

Parameters

Return Value

Type: Microsoft.CommerceServer.Interop.Profiles..::.ProfileObject

Permissions

See Also

Reference

IProfileService2 Interface

IProfileService2 Members

Microsoft.CommerceServer.Interop.Profiles Namespace