Domain Detective

API Reference

Class

CmdletGetSearchEngineInfo

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Implements
IDisposable
Modifiers sealed
Attributes
Cmdlet("Get", "DDSearchEngineInfo") Alias(["Get-SearchEngineInfo"])

Queries search engines for information.

Inheritance

Examples

Query Google search engine.


Get-DDSearchEngineInfo -Query 'example'
        

Constructors

Methods

BeginProcessingAsync() #

Initializes analysis instance.

ProcessRecordAsync() #

Executes the request.

Properties

public String Query { get; set; } #
Parameter(Mandatory = true, Position = 0) ValidateNotNullOrEmpty
public String GoogleApiKey { get; set; } #
Parameter
public String GoogleCx { get; set; } #
Parameter
public String GoogleEndpoint { get; set; } #
Parameter
public String BingApiKey { get; set; } #
Parameter
public String BingEndpoint { get; set; } #
Parameter
public String Engine { get; set; } #
Parameter
{{ include "footer" }}