JournalEntryPosition Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the position in navigation history of a piece of content with respect to current content. JournalEntryPosition is used by JournalEntryUnifiedViewConverter.
public enum class JournalEntryPosition
public enum JournalEntryPosition
type JournalEntryPosition =
Public Enum JournalEntryPosition
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Back | 0 | Content is in back navigation history relative to current content. |
Current | 1 | Content is the current content. |
Forward | 2 | Content is in forward navigation history with respect to current content. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.