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 public enum ApplicationMapLinkType
Members
| Member name | Value | Description |
---|
| Absolute | 0 |
Absolute URL, referencing an external web page (not in the Packflow site).
|
| Relative | 1 |
Relative URL, referencing an internal resource in the Packflow site.
|
| View | 2 |
References a specific view.
|
| CustomPage | 3 |
References a custom page (in the Pages/APPLICATION directory).
|
| FormNew | 4 |
References the content-type's form in the New mode.
|
| Navigation | 5 |
References the default view selected when navigating to the application
|
See Also