IMetaWeblogAPIGetUserInfo Method |
Gets an info on specific blog user.
Namespace: CMS.MetaWeblogProviderAssembly: CMS.MetaWeblogProvider (in CMS.MetaWeblogProvider.dll) Version: 8.2.23
Syntax MetaWeblogAPIObjectsUserInfo GetUserInfo(
string key,
string username,
string password
)
Parameters
- key
- Type: SystemString
This value is ignored. Required to keep blog applications compatibility - username
- Type: SystemString
Name of the user performing action - password
- Type: SystemString
Password to access user's account
Return Value
Type:
MetaWeblogAPIObjectsUserInfoSee Also