save a preview profile. If profile.Id equals Null.NullInteger(-1), that means need to add a new profile; otherwise will update the profile by profile.Id.

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

Syntax

C#
public void Save(
	IPreviewProfile profile
)
Visual Basic
Public Sub Save ( 
	profile As IPreviewProfile
)

Parameters

profile
Type: DotNetNuke.Services.Mobile..::..IPreviewProfile
profile object.

Implements

IPreviewProfileController..::..Save(IPreviewProfile)

See Also