Class SiteCreated
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
Properties
Author
public Guid Author { get; set; }
Property Value
Domain
public string Domain { get; set; }
Property Value
Tenant
public Guid Tenant { get; set; }
Property Value
Title
public string Title { get; set; }