DocumentVisitorPreviousVisitedDocument Property |
The previously visited document, which means either null, or the parent document of the currently visited document: currentVisistedDocument is the source of field F
which is part of previousVisitedDocument.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax protected DocumentDefinitionBase PreviousVisitedDocument { get; }
Protected ReadOnly Property PreviousVisitedDocument As DocumentDefinitionBase
Get
Property Value
Type:
DocumentDefinitionBaseSee Also