Click or drag to resize

PagePartType Enumeration

Specifies the scope of a page part.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PagePartType
Members
  Member nameValueDescription
Site0 The part is used on a global scope. The part's code behind will inherit from the PFPagePart class.
Item1 The part is used in an item context. The part's code behind will inherit from the PFItemPagePart class.
See Also