Click or drag to resize
MetaWeblogAPIGetUsersBlogs Method
Gets a list of user's blog posts.

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

Implements

IMetaWeblogAPIGetUsersBlogs(String, String, String)
See Also