GetMultipleProfiles Method
Retrieves the XML representing multiple profile instances in the profile system.
Namespace: Microsoft.CommerceServer.Profiles.WebService
Assembly: Microsoft.CommerceServer.Profiles.DataManagement (in Microsoft.CommerceServer.Profiles.DataManagement.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Overridable Function GetMultipleProfiles ( _
primaryKeyList As String(), _
profileType As String _
) As XmlElement
'Usage
Dim instance As ProfilesWebService
Dim primaryKeyList As String()
Dim profileType As String
Dim returnValue As XmlElement
returnValue = instance.GetMultipleProfiles(primaryKeyList, _
profileType)
[WebMethodAttribute]
public virtual XmlElement GetMultipleProfiles(
string[] primaryKeyList,
string profileType
)
[WebMethodAttribute]
public:
virtual XmlElement^ GetMultipleProfiles(
array<String^>^ primaryKeyList,
String^ profileType
)
public function GetMultipleProfiles(
primaryKeyList : String[],
profileType : String
) : XmlElement
Parameters
- primaryKeyList
Type: array<System..::.String>[]()[]
A list of the values of the primary key property of the profile instances to retrieve.
- profileType
Type: System..::.String
The type of profile to retrieve (i.e. UserObject, Address).
Return Value
Type: System.Xml..::.XmlElement
XML representing the specified profile instances.
Remarks
Retrieves the XML representing multiple profile instances in the profile system.
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.