Class RegistrationProfileController
Inheritance
RegistrationProfileController
Assembly: DotNetNuke.dll
Syntax
public class RegistrationProfileController : ServiceLocator<IRegistrationProfileController, RegistrationProfileController>, IRegistrationProfileController
Constructors
RegistrationProfileController()
Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.4. Please use overload with ListController. Scheduled removal in v12.0.0.")]
public RegistrationProfileController()
RegistrationProfileController(ListController, IHostSettings, IPortalController, IApplicationStatusInfo, IPortalGroupController)
Declaration
public RegistrationProfileController(ListController listController, IHostSettings hostSettings, IPortalController portalController, IApplicationStatusInfo appStatus, IPortalGroupController portalGroupController)
Parameters
Methods
GetFactory()
Declaration
protected override Func<IRegistrationProfileController> GetFactory()
Returns
Overrides
Search(int, string)
Declaration
public IEnumerable<string> Search(int portalId, string searchTerm)
Parameters
| Type |
Name |
Description |
| int |
portalId |
|
| string |
searchTerm |
|
Returns
Implements
Extension Methods