HuduAPI Client HuduAPI Client
HuduAPI Client HuduAPI Client
DocFX

Search Results for

    Class CreateWebsite

    Provides all the properties required to create a new website using the hudu endpoint api/v1/websites

    Inheritance
    System.Object
    Website
    CreateWebsite
    Implements
    IParameters
    Inherited Members
    Website.CompanyId
    Website.DisableDns
    Website.DisableSsl
    Website.DisableWhois
    Website.Name
    Website.Notes
    Website.Paused
    Namespace: HuduAPI.Endpoints.Parameters
    Assembly: HuduAPI.dll
    Syntax
    public class CreateWebsite : Website, IParameters

    Constructors

    CreateWebsite(String, Int32)

    Initializes a new instance of the CreateWebsite class.

    Declaration
    public CreateWebsite(string name, int companyId)
    Parameters
    Type Name Description
    System.String name

    FQND of the website to be monitored (e.g. www.example.com)

    System.Int32 companyId

    The company identifier to associate the website with.

    Properties

    PayloadType

    Declaration
    public string PayloadType { get; }
    Property Value
    Type Description
    System.String

    Implements

    IParameters
    © Dracon80. All rights reserved.