[This is preliminary documentation and is subject to change.]
Create an instance of social user info class.
If parameters are null then creates new non-logged-in instance, otherwise, if parameters are set,
then connects to network and tries to re-initializes SocialUser info with fresh data
from the network (i.e. name, gender etc.) using the supplied net tokens, or throws if tokens are invalid (i.e. expired).
This returned instance is usually stored in session for later use
Namespace: NFX.Web.SocialAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- existingToken (Optional)
- Type:
System Nullable SocialUserInfoToken
Return Value
Type: SocialUserInfoSocialUserInfo instance
See Also