PagePartType Enumeration |
Namespace: Packflow.Modeling
public enum PagePartType
| Member name | Value | Description | |
|---|---|---|---|
| Site | 0 | The part is used on a global scope. The part's code behind will inherit from the PFPagePart class. | |
| Item | 1 | The part is used in an item context. The part's code behind will inherit from the PFItemPagePart class. |