Class CreatePage
- Namespace
- InSite.Application.Pages.Write
- Assembly
- Shift.Sdk.dll
public class CreatePage : Command, ICommand
- Inheritance
-
CreatePage
- Implements
- Inherited Members
- Extension Methods
Constructors
CreatePage(Guid, Guid?, Guid?, Guid, Guid, string, string, int, bool, bool)
public CreatePage(Guid page, Guid? site, Guid? parentPage, Guid tenant, Guid author, string title, string type, int sequence, bool isHidden, bool isNewTab)
Parameters
pageGuidsiteGuid?parentPageGuid?tenantGuidauthorGuidtitlestringtypestringsequenceintisHiddenboolisNewTabbool
Properties
Author
public Guid Author { get; set; }
Property Value
IsHidden
public bool IsHidden { get; set; }
Property Value
IsNewTab
public bool IsNewTab { get; set; }
Property Value
ParentPage
public Guid? ParentPage { get; set; }
Property Value
- Guid?
Sequence
public int Sequence { get; set; }
Property Value
Site
public Guid? Site { get; set; }
Property Value
- Guid?
Tenant
public Guid Tenant { get; set; }
Property Value
Title
public string Title { get; set; }
Property Value
Type
public string Type { get; set; }