Table of Contents

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

page Guid
site Guid?
parentPage Guid?
tenant Guid
author Guid
title string
type string
sequence int
isHidden bool
isNewTab bool

Properties

Author

public Guid Author { get; set; }

Property Value

Guid

IsHidden

public bool IsHidden { get; set; }

Property Value

bool

IsNewTab

public bool IsNewTab { get; set; }

Property Value

bool

ParentPage

public Guid? ParentPage { get; set; }

Property Value

Guid?

Sequence

public int Sequence { get; set; }

Property Value

int

Site

public Guid? Site { get; set; }

Property Value

Guid?

Tenant

public Guid Tenant { get; set; }

Property Value

Guid

Title

public string Title { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string