Table of Contents

Class AuthorizedHost

Namespace
Dynamicweb.Headless
Assembly
Dynamicweb.dll

Represents a value conversion unit which can be associated with a product field

public sealed class AuthorizedHost
Inheritance
AuthorizedHost
Inherited Members

Properties

Created

Gets or sets the created date.

public DateTime Created { get; set; }

Property Value

DateTime

Domain

Gets or sets domain name.

public string Domain { get; set; }

Property Value

string

Id

Gets or sets the authorized host id.

public int Id { get; set; }

Property Value

int

Name

Gets or sets host name.

public string Name { get; set; }

Property Value

string

Permissions

Gets or sets permissions.

public AuthorizedHostPermissions Permissions { get; set; }

Property Value

AuthorizedHostPermissions

Remarks

options: Administration, website, delivery API, management API or API authorization

Updated

Gets or sets the updated date.

public DateTime Updated { get; set; }

Property Value

DateTime
To top