Interface IPreviewProfileController
Assembly: DotNetNuke.dll
Syntax
public interface IPreviewProfileController
Methods
Delete(int, int)
Declaration
void Delete(int portalId, int id)
Parameters
| Type |
Name |
Description |
| int |
portalId |
|
| int |
id |
|
GetProfileById(int, int)
Declaration
IPreviewProfile GetProfileById(int portalId, int id)
Parameters
| Type |
Name |
Description |
| int |
portalId |
|
| int |
id |
|
Returns
GetProfilesByPortal(int)
Declaration
IList<IPreviewProfile> GetProfilesByPortal(int portalId)
Parameters
| Type |
Name |
Description |
| int |
portalId |
|
Returns
Save(IPreviewProfile)
Declaration
void Save(IPreviewProfile profile)
Parameters
Extension Methods