Table of Contents

Class SiteCreated

Namespace
InSite.Domain.Sites.Sites
Assembly
Shift.Sdk.dll
public class SiteCreated : Change, IChange
Inheritance
SiteCreated
Implements
Inherited Members
Extension Methods

Constructors

SiteCreated(Guid, Guid, string, string, string, string)

public SiteCreated(Guid tenant, Guid author, string type, string domain, string title, string configuration)

Parameters

tenant Guid
author Guid
type string
domain string
title string
configuration string

Properties

Author

public Guid Author { get; set; }

Property Value

Guid

Domain

public string Domain { get; set; }

Property Value

string

Tenant

public Guid Tenant { get; set; }

Property Value

Guid

Title

public string Title { get; set; }

Property Value

string