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