Click or drag to resize
MetaWeblogAPIGetCategories Method
Gets a list of tags used in the particular blog.

Namespace: CMS.MetaWeblogProvider
Assembly: CMS.MetaWeblogProvider (in CMS.MetaWeblogProvider.dll) Version: 8.2.23
Syntax
C#
public MetaWeblogAPIObjectsCategoryInfo[] GetCategories(
	string blogid,
	string username,
	string password
)

Parameters

blogid
Type: SystemString
ID of the blog tags are retrieved for
username
Type: SystemString
Name of the user performing action
password
Type: SystemString
Password to access user's account

Return Value

Type: MetaWeblogAPIObjectsCategoryInfo

Implements

IMetaWeblogAPIGetCategories(String, String, String)
See Also