The GoogleWebmasterTools macro connects with Google and retrieves an xml from a Google Webmaster Tools account containing data about sites available to the account.
Syntax
Parameters
Name | Data Type | Properties | Description |
---|---|---|---|
Action | Enum |
IsRequired
|
Sets the action performed.
Enum values:
|
String |
IsRequired
|
Sets the email address used to login. | |
ExtraSettings | Collection | - | Sets the extra settings that may be needed by the selected action. |
Inner | String |
Trim
|
Sets the inner Xml of the Container module. |
Password | String |
IsRequired
|
Sets the password used to login. |
Shared Parameters
Local Viper Methods
Viper | Extension | Description |
---|---|---|
This.ClearForcedResult |
Sets the result of the macro. used to override the normal handling of the result creation. |
|
This.GetForcedResult | Gets the forced result of the macro, set by overriding the normal rendering using SetForcedResult(). | |
This.RenderTime | ✓ | Returns the render time of the macro in milliseconds. |
This.SetForcedResult |
Sets the result of the macro. used to override the normal handling of the result creation. |