Show / Hide Table of Contents

Class PreviewProfileController

Inheritance
object
PreviewProfileController
Implements
IPreviewProfileController
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Mobile
Assembly: DotNetNuke.dll
Syntax
public class PreviewProfileController : IPreviewProfileController

Constructors

PreviewProfileController()

Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.2. Please use overload with IEventLogger. Scheduled removal in v12.0.0.")]
public PreviewProfileController()

PreviewProfileController(IEventLogger, IHostSettings)

Declaration
public PreviewProfileController(IEventLogger eventLogger, IHostSettings hostSettings)
Parameters
Type Name Description
IEventLogger eventLogger
IHostSettings hostSettings

Methods

Delete(int, int)

Declaration
public void Delete(int portalId, int id)
Parameters
Type Name Description
int portalId
int id

GetProfileById(int, int)

Declaration
public IPreviewProfile GetProfileById(int portalId, int id)
Parameters
Type Name Description
int portalId
int id
Returns
Type Description
IPreviewProfile

GetProfilesByPortal(int)

Declaration
public IList<IPreviewProfile> GetProfilesByPortal(int portalId)
Parameters
Type Name Description
int portalId
Returns
Type Description
IList<IPreviewProfile>

Save(IPreviewProfile)

Declaration
public void Save(IPreviewProfile profile)
Parameters
Type Name Description
IPreviewProfile profile

Implements

IPreviewProfileController

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS