Interface IRegistrationProfileController
Namespace: DotNetNuke.Services.Registration
Assembly: DotNetNuke.dll
Syntax
public interface IRegistrationProfileController
Methods
Search(int, string)
Declaration
IEnumerable<string> Search(int portalId, string searchValue)
Parameters
| Type | Name | Description |
|---|---|---|
| int | portalId | |
| string | searchValue |
Returns
| Type | Description |
|---|---|
| IEnumerable<string> |