Class PreviewProfileController
Inheritance
PreviewProfileController
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
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
GetProfilesByPortal(int)
Declaration
public IList<IPreviewProfile> GetProfilesByPortal(int portalId)
Parameters
| Type |
Name |
Description |
| int |
portalId |
|
Returns
Save(IPreviewProfile)
Declaration
public void Save(IPreviewProfile profile)
Parameters
Implements
Extension Methods