Class PageContentControlTypeInfo
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
Properties
IsPublic
public bool IsPublic { get; }
Property Value
Name
public string Name { get; }
Property Value
Path
public string Path { get; }
Property Value
Sequence
public int Sequence { get; }
Property Value
Title
public string Title { get; }