Click or drag to resize
DocumentDefinitionBaseUpdateDocumentShapeWithThisDocsContents Method
Updates the document shape specified using the fields in this document. A field which is in this document but not in the specified document 'toUpdate' is added to the specified document toUpdate.

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
public void UpdateDocumentShapeWithThisDocsContents(
	DocumentDefinitionBase toUpdate,
	List<DocumentFieldDefinition> currentFieldsOfToUpdate
)

Parameters

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