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.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Namespace: Microsoft.CommerceServer.Interop.Profiles
Assembly: Microsoft.CommerceServer.Interop (in Microsoft.CommerceServer.Interop.dll)
Syntax
'Declaration
Public Overridable Function CreateProfileXML ( _
sValue As Object, _
bstrProfileType As String, _
bstrProfileXML As String, _
eXMLFormat As XMLFormatEnum _
) As ProfileObject
'Usage
Dim instance As ProfileServiceClass
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)
public virtual ProfileObject CreateProfileXML(
Object sValue,
string bstrProfileType,
string bstrProfileXML,
XMLFormatEnum eXMLFormat
)
public:
virtual ProfileObject^ CreateProfileXML(
[InAttribute] Object^ sValue,
[InAttribute] String^ bstrProfileType,
[InAttribute] String^ bstrProfileXML,
[InAttribute] XMLFormatEnum eXMLFormat
)
public function CreateProfileXML(
sValue : Object,
bstrProfileType : String,
bstrProfileXML : String,
eXMLFormat : XMLFormatEnum
) : ProfileObject
Parameters
- sValue
Type: System..::.Object
- bstrProfileType
Type: System..::.String
- bstrProfileXML
Type: System..::.String
- eXMLFormat
Type: Microsoft.CommerceServer.Interop.Profiles..::.XMLFormatEnum
Return Value
Type: Microsoft.CommerceServer.Interop.Profiles..::.ProfileObject
Implements
IProfileService2..::.CreateProfileXML(Object, String, String, XMLFormatEnum)
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.