The MobileProfiles type exposes the following members.

Methods

  Name Description
Public method Static member Contains(String)
Returns true if the specified ProfileKey associated MobileProfile exists.
Public method Static member Contains(MobileNumber)
Returns true if the specified MobileNumber associated MobileProfile exists.
Public method Static member Create()()()()
Method to create MobileProfile explicitly without any attributes like MobileNumber or ProfileKey
Public method Static member Create(String)
Creates new MobileProfile explicitly with attribute ProfileKey
Public method Static member Create(MobileNumber)
Creates new MobileProfile explicitly with attribute MobileNumber
Public method Static member Create(MobileNumber, String)
Creates new MobileProfile explicitly with attribute MobileNumber and ProfileKey
Public method Static member GetProfile(String)
Return MobileProfile, if specified ProfileKey associated MobileProfile exists else return null
Public method Static member GetProfile(MobileNumber)
Return MobileProfile, if specified MobileNumber associated MobileProfile exists else return null
Public method Static member Save
Update the ProfileBase object changes to MobileProfile database.

Properties

  Name Description
Public property Static member Current
Readonly property which returns ProfileBase instance which is current MobileProfile loaded with the Request

See Also