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.DerivedModelAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected DocumentDefinitionBase PreviousVisitedDocument { get; }
Protected ReadOnly Property PreviousVisitedDocument As DocumentDefinitionBase
Get
Property Value
Type:
DocumentDefinitionBaseSee Also