Table of Contents

Class BlockContentControlTypeInfo

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

Constructors

BlockContentControlTypeInfo(int, Type, string, string, string[])

public BlockContentControlTypeInfo(int sequence, Type type, string title, string path, string[] labels)

Parameters

sequence int
type Type
title string
path string
labels string[]

Properties

Labels

public string[] Labels { get; }

Property Value

string[]

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