The MobileProfiles type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Contains(String) |
Returns true if the specified ProfileKey associated MobileProfile exists.
|
|
|
Contains(MobileNumber) |
Returns true if the specified MobileNumber associated MobileProfile exists.
|
|
|
Create()()()() |
Method to create MobileProfile explicitly without any attributes like MobileNumber or ProfileKey
|
|
|
Create(String) |
Creates new MobileProfile explicitly with attribute ProfileKey
|
|
|
Create(MobileNumber) |
Creates new MobileProfile explicitly with attribute MobileNumber
|
|
|
Create(MobileNumber, String) |
Creates new MobileProfile explicitly with attribute MobileNumber and ProfileKey
|
|
|
GetProfile(String) |
Return MobileProfile, if specified ProfileKey associated MobileProfile exists else return null
|
|
|
GetProfile(MobileNumber) |
Return MobileProfile, if specified MobileNumber associated MobileProfile exists else return null
|
|
|
Save |
Update the ProfileBase object changes to MobileProfile database.
|
Properties
| Name | Description | |
|---|---|---|
|
|
Current |
Readonly property which returns ProfileBase instance which is current MobileProfile loaded with the Request
|