Partajați prin


DeleteProfile Method (String, String)

Delete the Profile object with the specified primary key value (as a string) and profile definition.

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

Syntax

'Declaration
Public Sub DeleteProfile ( _
    keyValue As String, _
    profileType As String _
)
'Usage
Dim instance As ProfileContext
Dim keyValue As String
Dim profileType As String

instance.DeleteProfile(keyValue, profileType)
public void DeleteProfile(
    string keyValue,
    string profileType
)
public:
void DeleteProfile(
    String^ keyValue, 
    String^ profileType
)
public function DeleteProfile(
    keyValue : String, 
    profileType : String
)

Parameters

Remarks

Use this method to delete the Profile object with the specified primary key value (as a string) and profile definition.

Permissions

See Also

Reference

ProfileContext Class

ProfileContext Members

DeleteProfile Overload

Microsoft.CommerceServer.Runtime.Profiles Namespace