Class RegistrationProfileController
Inheritance
System.Object
RegistrationProfileController
Implements
Inherited Members
Namespace: DotNetNuke.Services.Registration
Assembly: DotNetNuke.dll
Syntax
public class RegistrationProfileController : ServiceLocator<IRegistrationProfileController, RegistrationProfileController>, IRegistrationProfileController
Methods
| Improve this Doc View SourceGetFactory()
Gets the service locator factory.
Declaration
protected override Func<IRegistrationProfileController> GetFactory()
Returns
Type | Description |
---|---|
Func<IRegistrationProfileController> | A factory function. |
Overrides
DotNetNuke.Framework.ServiceLocator<DotNetNuke.Services.Registration.IRegistrationProfileController, DotNetNuke.Services.Registration.RegistrationProfileController>.GetFactory()
|
Improve this Doc
View Source
Search(Int32, String)
Declaration
public IEnumerable<string> Search(int portalId, string searchTerm)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | portalId | |
System.String | searchTerm |
Returns
Type | Description |
---|---|
IEnumerable<System.String> |