get a preview profiles list for portal.

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

Syntax

C#
public IList<IPreviewProfile> GetProfilesByPortal(
	int portalId
)
Visual Basic
Public Function GetProfilesByPortal ( 
	portalId As Integer
) As IList(Of IPreviewProfile)

Parameters

portalId
Type: System..::..Int32
portal id.

Return Value

List of preview profile.

Implements

IPreviewProfileController..::..GetProfilesByPortal(Int32)

See Also