This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
The GoogleWebmasterTools macro connects with Google and retrieves an xml from a Google Webmaster Tools account containing data about sites available to the account.

Namespace: Smartsite.Seo.Google
Assembly:  Smartsite.Seo (in Smartsite.Seo.dll)

Syntax

C#Copy imageCopy Code
[("GoogleWebmasterTools")]
public class GoogleWebmasterToolsMacro : 
Visual Basic (Declaration)Copy imageCopy Code
<("GoogleWebmasterTools")> _
Public Class GoogleWebmasterToolsMacro _
	Inherits 

Inheritance Hierarchy

System..::..Object
  Smartsite.Core..::..BaseModule
    Smartsite.Core..::..Module
      Smartsite.Core..::..ContainerModule
        Smartsite.Seo.Google..::..GoogleWebmasterToolsMacro

See Also

Advanced