Click or drag to resize
MetaWeblogAPIGetUserInfo Method
Gets an info on specific blog user.

Namespace: CMS.MetaWeblogProvider
Assembly: CMS.MetaWeblogProvider (in CMS.MetaWeblogProvider.dll) Version: 8.2.23
Syntax
C#
public 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: MetaWeblogAPIObjectsUserInfo

Implements

IMetaWeblogAPIGetUserInfo(String, String, String)
See Also