Table of Contents

Class PageContentControlTypeInfo

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public class PageContentControlTypeInfo
Inheritance
PageContentControlTypeInfo
Inherited Members
Extension Methods

Constructors

PageContentControlTypeInfo(string, string, string, int, bool)

public PageContentControlTypeInfo(string name, string title, string path, int sequence, bool isPublic = true)

Parameters

name string
title string
path string
sequence int
isPublic bool

Properties

IsPublic

public bool IsPublic { get; }

Property Value

bool

Name

public string Name { get; }

Property Value

string

Path

public string Path { get; }

Property Value

string

Sequence

public int Sequence { get; }

Property Value

int

Title

public string Title { get; }

Property Value

string