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.7.0.0 (5.7.0)
Syntaxprotected DocumentDefinitionBase PreviousVisitedDocument { get; }Protected ReadOnly Property PreviousVisitedDocument As DocumentDefinitionBase
	Get
Property Value
Type: 
DocumentDefinitionBase
See Also