Defines page type signature to distinguish containers
Namespace:
Dropit.Extension.CoreAssembly: Dropit.Extension (in Dropit.Extension.dll) Version: 4.0.0.70
Syntax
C# |
---|
public enum ContainerCustomPageType |
Members
Member name | Description | |
---|---|---|
Generic |
Generic extension page type.
| |
ExtensionData |
Extension data page as the extension root page for containing extension specialized data including information of page types, content function types, access rules, access rights and other extension shadow pages and child mirrored pages.
| |
Template |
Extension template page type.
| |
Shadow |
Extension shadow page type.
| |
GlobalFunction |
Global function page type.
| |
ContentData |
Content function data, and mirrored page type.
|