Click or drag to resize
DocumentDefinitionBasePerformAdditionalUpdateDocumentShapeWithThisDocsContents Method
Performs additional work for the update document shape with this docs contents.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual void PerformAdditionalUpdateDocumentShapeWithThisDocsContents(
	EmbeddedDocumentDefinition toUpdate,
	List<DocumentFieldDefinition> currentFieldsOfToUpdate
)

Parameters

toUpdate
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModelEmbeddedDocumentDefinition
To update.
currentFieldsOfToUpdate
Type: System.Collections.GenericListDocumentFieldDefinition
The current fields of to update.
See Also