Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
protected DocumentDefinitionBase PreviousVisitedDocument { get; }

Property Value

Type: DocumentDefinitionBase
See Also