C# Class WebmasterToolsApi.WebmasterTools

Afficher le fichier Open project: alexandernyquist/WebmasterToolsApi

Méthodes publiques

Свойство Type Description
Token string

Méthodes publiques

Méthode Description
GetCrawlIssues ( string siteId, int startIndex = 1 ) : dynamic
GetKeywords ( string siteId ) : dynamic

Retrieves the keywords feed for a specific site

https://developers.google.com/webmaster-tools/docs/2.0/developers_guide_protocol#Keywords_retrieving

GetMessages ( ) : dynamic

Retrieves a feed containing all messages in a xml feed

https://developers.google.com/webmaster-tools/docs/2.0/reference#Elements_messages

GetSite ( string siteId ) : dynamic

Retrieves the site feed for a specific site

https://developers.google.com/webmaster-tools/docs/2.0/developers_guide_protocol#AD_Retrieving

GetSitemaps ( string siteId ) : dynamic

Retrieves the sitemaps feed for a specific site

https://developers.google.com/webmaster-tools/docs/2.0/developers_guide_protocol#Sitemaps_About

GetSites ( ) : dynamic

Retrieves a feed containing all sites associated with this account

https://developers.google.com/webmaster-tools/docs/2.0/reference#Feeds_sites

WebmasterTools ( string token ) : System

Initializes a new instance

Private Methods

Méthode Description
ParseResponse ( string response ) : dynamic

Parses a google feed into a ExpandoObject

UrlEncode ( string value ) : string

Works around the solution where .NET always sends the last slash un-urlencoded. This method urlencodes the string twice

Method Details

GetCrawlIssues() public méthode

public GetCrawlIssues ( string siteId, int startIndex = 1 ) : dynamic
siteId string
startIndex int
Résultat dynamic

GetKeywords() public méthode

Retrieves the keywords feed for a specific site
https://developers.google.com/webmaster-tools/docs/2.0/developers_guide_protocol#Keywords_retrieving
public GetKeywords ( string siteId ) : dynamic
siteId string
Résultat dynamic

GetMessages() public méthode

Retrieves a feed containing all messages in a xml feed
https://developers.google.com/webmaster-tools/docs/2.0/reference#Elements_messages
public GetMessages ( ) : dynamic
Résultat dynamic

GetSite() public méthode

Retrieves the site feed for a specific site
https://developers.google.com/webmaster-tools/docs/2.0/developers_guide_protocol#AD_Retrieving
public GetSite ( string siteId ) : dynamic
siteId string
Résultat dynamic

GetSitemaps() public méthode

Retrieves the sitemaps feed for a specific site
https://developers.google.com/webmaster-tools/docs/2.0/developers_guide_protocol#Sitemaps_About
public GetSitemaps ( string siteId ) : dynamic
siteId string
Résultat dynamic

GetSites() public méthode

Retrieves a feed containing all sites associated with this account
https://developers.google.com/webmaster-tools/docs/2.0/reference#Feeds_sites
public GetSites ( ) : dynamic
Résultat dynamic

WebmasterTools() public méthode

Initializes a new instance
public WebmasterTools ( string token ) : System
token string A Google GData authorization token
Résultat System

Property Details

Token public_oe property

The current authorization token
public string Token
Résultat string