Click or drag to resize

PFViewScope Enumeration

Identifies the level from which a view can target content-types.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PFViewScope
Members
  Member nameValueDescription
Site0 The view can target all content-types.
Application1 The view can target the content-types of a given application.
ContentType2 The view must target a specific content-type.
Unknown3 Not known yet.
See Also