delete a preview profile.

Namespace: DotNetNuke.Services.Mobile
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void Delete(
	int portalId,
	int id
)
Visual Basic
Public Sub Delete ( 
	portalId As Integer,
	id As Integer
)

Parameters

portalId
Type: System..::..Int32
Portal's id.
id
Type: System..::..Int32
the profile's id.

Implements

IPreviewProfileController..::..Delete(Int32, Int32)

See Also