Click or drag to resize

ApplicationMapLinkType Enumeration

Specifies the kind of page referenced by the link.

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 ApplicationMapLinkType
Members
  Member nameValueDescription
Absolute0 Absolute URL, referencing an external web page (not in the Packflow site).
Relative1 Relative URL, referencing an internal resource in the Packflow site.
View2 References a specific view.
CustomPage3 References a custom page (in the Pages/APPLICATION directory).
FormNew4 References the content-type's form in the New mode.
Navigation5 References the default view selected when navigating to the application
See Also